I am using a regular expression (not PCRE -- ereg) for matching tags (I know you've probably heard this 1000 times, but I coudn't find it in the search)
Custom url tag in [] like this board uses.
The form is url=http:whatever]here is the code/url
(brackets are out)
[edit] I pasted the regex here, but because it had some characters that matched smileys here, it was all messed up[/edit]
The problem with this is that if there are more than one URL tags,
it messes up everything because I am allowing ANYTHING inside of the tag (including another URL tag!!!)
What is the format to exclude from the expression?