Regex problem with slashes
-
When I use a slash in a regex, I get an error. This makes it hard to use a pattern like /\.+?\<\/a\>/ because the can’t be used in the pattern.
(The outer slashes are because PHP regex wants those, and I don’t think they are automatically added)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Regex problem with slashes’ is closed to new replies.