Remove
Search regular expression \x{200b}
.\u200b
cannot match it in SublimeText.
u200b (ZERO WIDTH SPACE)
UTF-8 (hex) 0xE2 0x80 0x8B (e2808b)
UTF-16 (hex) 0x200B (200b)
SublimeText Plugin
Preferences -> Browse Packages
. Put the following two files under User
.
x_u200b_killer.py
1 | import sublime, sublime_plugin |
x_u200b_killer.sublime-commands
1 | [ |
Reference
Unicode Character ‘ZERO WIDTH SPACE’ (U+200B)
delete U+200B zero-width space characters using sublime text 3