We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0fecc4 commit 5afd963Copy full SHA for 5afd963
src/vi/chatparser/parser_functions.py
@@ -49,7 +49,7 @@
49
# Do not ignore ? which triggers status change to request
50
CHARS_TO_IGNORE_REGEX = '[*,!.()]'
51
52
-REPLACE_WORD_REGEX = r'(^|(?<=[^0-9a-zA-Z_-])){0}((?=[^0-9a-zA-Z_])|$)'
+REPLACE_WORD_REGEX = r'(^|(?<=[^0-9a-zA-Z])){0}((?=[^0-9a-zA-Z_])|$)'
53
54
55
def textReplace(element, newText):
0 commit comments