Regular expression \u not working in TextMate
1 min readAug 11, 2020
TextMate does not work by \u
in finding with regular expression.
Try with \x
.
For example, instead of this:
\u200b
Try this:
\x{200b}
This will work.
TextMate does not work by \u
in finding with regular expression.
Try with \x
.
For example, instead of this:
\u200b
Try this:
\x{200b}
This will work.
Don’t follow me. I wrote junks here. Follow me on Twitter instead.