Skip to content

Instantly share code, notes, and snippets.

@0del
Created January 9, 2023 09:02
Show Gist options
  • Save 0del/2eddf8d87e3ed18d772abed57db3320e to your computer and use it in GitHub Desktop.
Save 0del/2eddf8d87e3ed18d772abed57db3320e to your computer and use it in GitHub Desktop.
regex
  1. Name - allow vietnamese characters
  • ^[a-z0-9A-Z_\x{00C0}-\x{00FF}\x{1EA0}-\x{1EFF} ,.'-]{3,35}+$
@0del
Copy link
Author

0del commented Jan 9, 2023

name regex: can not run in golang
ref: https://go.dev/play/p/nQYgul39PrU

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