5 posts tagged with regex and php (View popular tags)

RegExFilter: Can any regular expression ninjas help me with my this teensy problem? [more inside]
posted on Jun 18, 2008 - 6 answers

Could someone please help me make my php regex less greedy? I need to insert code for an onclick event into the midst of a bunch of tags, and can't get it to work. [more inside]
posted on Dec 5, 2006 - 4 answers

Probably easy question about PHP and unicode (UTF-8) and RegEx. I'm trying to modify a php webcalendar (VTcalendar) to allow Japanese text in calendar postings. I've found all the variables to get the UTF-8 headers, and so japanese text manually inserted into pages appears fine. But, there's an input validation thingy I don't know how to modify. (short snippet inside) [more inside]
posted on Mar 29, 2006 - 4 answers

Regexfilter: I'm using PHP and I want to match HTML span classes recursively/in a hierarchy. Help/pointers would be much appreciated. [more inside]
posted on Jan 8, 2006 - 5 answers

I have a bunch of directories of static HTML files in which I need to: -> Find A -> Find B -> Replace A with B -> Save, close, repeat with every one of the 500 or so files. Anyone got an idea? [more inside]
posted on Aug 29, 2005 - 21 answers