Thread: Regex examples
View Single Post
Old 01-08-2022, 10:55 AM   #693
1v4n0
Groupie
1v4n0 writes the songs that make the whole world sing.1v4n0 writes the songs that make the whole world sing.1v4n0 writes the songs that make the whole world sing.1v4n0 writes the songs that make the whole world sing.1v4n0 writes the songs that make the whole world sing.1v4n0 writes the songs that make the whole world sing.1v4n0 writes the songs that make the whole world sing.1v4n0 writes the songs that make the whole world sing.1v4n0 writes the songs that make the whole world sing.1v4n0 writes the songs that make the whole world sing.1v4n0 writes the songs that make the whole world sing.
 
Posts: 173
Karma: 40000
Join Date: Oct 2013
Device: kindle
Quote:
Originally Posted by Doitsu View Post
\p{Ll} will find all lower case Unicode letters.
\p{Lu} will find all upper case Unicode letters.
And \p{L} gives all Unicode letters, regardless of case. Thanks! I can't karma you but if I could I would
1v4n0 is offline   Reply With Quote