Skip to content

Commit

Permalink
Add docs for Regex
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardiman committed Apr 26, 2019
1 parent 4dfabdc commit 25759da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ The "key" will be used as a static property name in a `class` so should have a f
- `Bool`: A boolean value
- `Colour`: A colour in hex format, will be output as a `UIColor`.
- `Image`: The name of an image. Will be converted to `UIImage(named: "the value")!`.
- `Regex`: A regular expression pattern. Will be converted to `try! NSRegularExpression(patthen: "the value", options: [])`
- `EncryptionKey`: A key to use to encrypt sensitive info.
- `Encrypted`: A value that should be encrypted using the provided key
- `Dictionary`: A dictionary. Keys should be strings, values in the dictionary should be either string, numeric, or a new dictionary.
Expand Down

0 comments on commit 25759da

Please sign in to comment.