Created
July 4, 2021 09:14
-
-
Save harkairt/e1a5e6a8e417ccad59f2e1f63782c1ad to your computer and use it in GitHub Desktop.
matching \pL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void main() { | |
print(RegExp('\pL*', unicode: true).allMatches('căști').toString()); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment