Skip to content

Instantly share code, notes, and snippets.

@harkairt
Created July 4, 2021 09:14
Show Gist options
  • Save harkairt/e1a5e6a8e417ccad59f2e1f63782c1ad to your computer and use it in GitHub Desktop.
Save harkairt/e1a5e6a8e417ccad59f2e1f63782c1ad to your computer and use it in GitHub Desktop.
matching \pL
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