Skip to content

Instantly share code, notes, and snippets.

@eunjin3786
Created August 12, 2022 06:42
Show Gist options
  • Save eunjin3786/2b35fe55ff5c740a118ad7e6d1688d14 to your computer and use it in GitHub Desktop.
Save eunjin3786/2b35fe55ff5c740a118ad7e6d1688d14 to your computer and use it in GitHub Desktop.
import RegexBuilder
let regex = Regex {
"Hi, WWDC"
Repeat(.digit, count: 2)
"!"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment