-
Bug
-
Resolution: Done
-
Major
-
7.5
-
None
like_regex currently asks the compiled pattern matcher if the pattern matches in full, not for the first occurrence. This means that a pattern such as 'a' will not match 'cat'.
like_regex currently asks the compiled pattern matcher if the pattern matches in full, not for the first occurrence. This means that a pattern such as 'a' will not match 'cat'.