Comment on RegExr 2.0parentComments−Svip12yIt doesn't support \p{} either for matching Unicode classes. e.g. \p{Lu} matches uppercase letters (so also Æ and Ö counts).−core102412yI couldn't find a way to add the /u or /s flag. There are only allowed /i, /g and /m :(
Comments
It doesn't support \p{} either for matching Unicode classes. e.g. \p{Lu} matches uppercase letters (so also Æ and Ö counts).
I couldn't find a way to add the /u or /s flag. There are only allowed /i, /g and /m :(