Skip to content

Commit c11a8ea

Browse files
committed
Remove space in regex to add space to emoji in output
1 parent f72cd57 commit c11a8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

replace-string-python/transcript_regex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99

1010
regex_replacements = [
11-
(r" blast\w*", "😤"),
11+
(r"blast\w*", "😤"),
1212
(r" [-T:\+\d]{25}", ""),
1313
(r"\[support\w*\]", "Agent"),
1414
(r"\[johndoe\]", "Client"),

0 commit comments

Comments
 (0)