mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Escape all the possible special characters. We replaced \b with (?:^|\s) since it matches word boundries including special characters. Pasted relevant stackoverflow links which expain them properly.