Tag Archives: wmtips

regex PHP

Doing some playing around with the regex in LastRSS and was wondering what
“‘<$ti.*?>(.*?)</$ti>’si”
might mean… looks like it is treat newlines as whitespace and be insensitive to case. But I’ll have to test the sin out of it anyway. And I found a good PHP resource, as well as some good stuff on PHP regex.