TIL 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
A few weeks ago I wrote about the powerful abstractions that higher-order functions enable, using…
via Eli Bendersky's website 2023-03-051. Introduction § In this blog post, I'd like to share how I had fun using GitHub actions in order…
via Solene'% 2023-03-04Howdy! This montly status came a bit late, but nevertheless, here it is. I am working on Husky to…
via captainepoch's log 2023-02-22