Re: Regular Expression to extract all .JPG and .PNG URL's
Posted by Steve on 10/12/07 20:15
<kosanovic@gmail.com> wrote in message
news:1192208441.918752.186650@v29g2000prd.googlegroups.com...
> Steve
> for this: (["'])?(([^\.]*\.)*(jpe?|pn)g)\1
> I get: Unknown modifier
because that is the core of the pattern. you have to encase it:
'/<pattern>/'
make sense? just implement the copy/paste version i sent in the other post.