Fix tag service to work with ASCII chars
The regex-ex was not capturing words at the start of a line which had ASCII characters. This fix first splits the string based on words and searches for any match and then additionally checks the entire string against the query
Showing
Please register or sign in to comment