The way you use regex is very unreliable. The regex system have some reserved characters, If your "string to be matched" has that kind of character, you will confuse the regex. You need to find a module that translates a string to a regex-compatiable search string, or you should translate the string manually.