View Single Post
Old 03-03-2003, 08:18 PM   #4 (permalink)
abc123
bloomberg
 
abc123's Avatar
 
Join Date: Jun 2002
Location: bloomberg
Posts: 263
abc123 is on a distinguished road
Send a message via AIM to abc123 Send a message via Yahoo to abc123
Quote:
Originally posted by sde
thanks, .. yes php uses quotes for regex .. there is a problem with that though because i don't want my variable to equal 'abc123' it needs to parse each set of tags individually .. hrrm . i made a bbs a while back and i thought i figured this one out, but i forgot how .. i'll keep trying to re-invent the wheel

thanks for the help =)
then split the input based on [/php] and work on that basis, i forget what perl regexps look like so i can't really remember the grouping but i think you'll find that way ( splitting based on end tag ) is easier then dealing with possibly unlimited amount of tags.
__________________
-- bloomberg.
abc123 is offline   Reply With Quote