Hi guys,
I'm a bit stumped on a regular expression problem.
I want to match a "less than" symbol but not tag brackets in a string.
I'm assuming what I want to look for is a < which isn't followed by a > in the rest of the string.
Any ideas how to write that as a regex?
Many thanks!





Bookmarks