Tag Archives: regex

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.

^(Milestones in life|regex enlightenment)$

I’m building that questionnaire that I keep talking about - actually the output is online now - I’m getting Belle to check out the CSS and make it a little prettier and more like Share the Stars. So I haven’t tied the form into the database yet - which is where my understanding of regex […]