Skip to content

Instantly share code, notes, and snippets.

@metanomial
Last active January 16, 2022 11:35
Show Gist options
  • Save metanomial/75ce3f809bc6885c98de92bd3dede876 to your computer and use it in GitHub Desktop.
Save metanomial/75ce3f809bc6885c98de92bd3dede876 to your computer and use it in GitHub Desktop.
Toki Pona Phonotactic Validation Regular Expression
/^(?:(?:[k-nps]?[aeiou]|[jt][aeou]|w[aei])(?:(?:n?[klps]|[mn])[aeiou]|n?[jt][aeou]|n?w[aei])*n?)|n$/
@metanomial
Copy link
Author

Rewrote to avoid negative lookahead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment