Last active
October 7, 2024 06:07
-
-
Save brownsoo/24dc485de8ec855fd8fd88539e320d36 to your computer and use it in GitHub Desktop.
Swift 숫자 영어 한글 입력 Regex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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