> > My regex skills are serious lacking and after scouring the net for
> > relevant links I'm a bit stuck. I've got a textarea field where I pull
> > user input from, and I'd like to search this entire field for a Windows
> > Directory Path (ex. C:\Documents\Blah).
> if(preg_match('/]+src[ ]*=[ ]
if(preg_match('/]+src[ ]*=[ ]*(|"|\')[a-z]{1}:\\\/i', $string))
echo "local links used";
[EMAIL PROTECTED] wrote:
My regex skills are serious lacking and after scouring the net for
relevant links I'm a bit stuck. I've got a textarea field where I pull
user input from, and I'd like to search thi
2 matches
Mail list logo