How to match Unicode in RegEx
Today I learned how to match unicode in RegEx.
For example, unicode-encoded letters (that is, any letters from any language)
can be matched with \p{L}. View an example on RegEx 101
Today I learned how to match unicode in RegEx.
For example, unicode-encoded letters (that is, any letters from any language)
can be matched with \p{L}. View an example on RegEx 101
Published on
Previous post: Emulate system theme with firefox's devtools
Next post: How to insert unicode in vim