One of my programs uses a simple regex to match a string in a text file. The string is inside an html tag so the regex is something like
.
Anyway the regex always works unless the string contains some parentheses. For example: "Hi there" would match, "Hi there (Mark)" wouldn't.
P.S. Might be worth mentioning the strings are all hebrew.