Skip to content

Instantly share code, notes, and snippets.

@brownsoo
Created July 23, 2024 08:20
Show Gist options
  • Save brownsoo/24dc485de8ec855fd8fd88539e320d36 to your computer and use it in GitHub Desktop.
Save brownsoo/24dc485de8ec855fd8fd88539e320d36 to your computer and use it in GitHub Desktop.
Swift 숫자 영어 한글 입력 Regex
let pattern = "[^\\dA-Za-z\\p{Hangul}]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment