in reply to Re: Re: Re: Regular Expression Problem
in thread Regular Expression Problem
Sorry... I was on a public computer with my time running out and I didn't read my code carefully enough. I want to keep the img tag and everything after the one with href. I think I just have to replace that dot with something. I have to see if /s/S means any number of any character. I've heard conflicting stuff about it.
Update... got my s stuff mixed up. Think I just need to add a /s modifier. Better yet, it sounds like I can use a module, but I've come this far, and of the code is right in front of me, I'll use it.
Second update... Problem solved. The s modifier after the i modifier worked!