Skip to content

Instantly share code, notes, and snippets.

@ansidev
Created June 9, 2020 22:10
Show Gist options
  • Save ansidev/afcf0a03874871d05c5e888f14dc7429 to your computer and use it in GitHub Desktop.
Save ansidev/afcf0a03874871d05c5e888f14dc7429 to your computer and use it in GitHub Desktop.
Regex to check if the paragraph contains Vietnamese accent
var regex= /[À|Á|Â|Ã|È|Ê|Ì|Í|Ò|Ó|Ô|Õ|Ù|Ú|Ý|à|á|â|ã|è|é|ê|ì|í|ò|ó|ô|õ|ù|ú|ý|Ă|ă|Đ|đ|Ĩ|ĩ|Ũ|ũ|Ơ|ơ|Ư|ư||||||||||||||||||||||||||||||||ế||||||||||||||||||||||||||||||||||||||||||||||||||||||||||]/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment