Hi,
I have regular expression searching for all strings that are structure like this: {string}.
What I would like is to be able to make 'exceptions'. For example, I want it to essentially ignore string that have certain words within them, like {form-string}, {ignore-string}, etc.
This is my current expression,How can it be modified to suit my needs?PHP Code:/(\{[a-z\-]+\})/
Thanks,
Michael.






Bookmarks