https://github.com/xerdink/swift-regex
Swift 4 regular expression playground.
https://github.com/xerdink/swift-regex
regex swift-4 xcode-playground
Last synced: 10 months ago
JSON representation
Swift 4 regular expression playground.
- Host: GitHub
- URL: https://github.com/xerdink/swift-regex
- Owner: xerdink
- Created: 2018-10-21T20:57:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T21:25:42.000Z (about 7 years ago)
- Last Synced: 2025-01-20T09:09:04.469Z (11 months ago)
- Topics: regex, swift-4, xcode-playground
- Language: Swift
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swift Regular Expressions
Playing with Swift 4 and its capabilities with regex.
### What is RegEx?
A regular expression is a special text string for describing a search pattern. You can think of regular expressions as wildcards on steroids.
### Roadmap
- [ ] More and more examples