Posted by Damo on 03/01/07 22:12
Hi
I was reading through someone else s code earlier and I came across
this regex
$regex = '%src="(?!http://)%';
I cant figure out what it does. The ? is a greedy quantifier is it not
and should be after http://............. or is that rubbish
And what does the ! do . Cant find anything info about that.
any help would be appreciated
Navigation:
[Reply to this message]
|