An open API service indexing awesome lists of open source software.

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.

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