4 "summary": "A simple Swift NSRegularExpression library",
8 "description": "SwiftRegex is a simple wrapper around the Foundation NSRegularExpression API.\nIt provides the following methods:\n\n* `test()` -- checks to see if the passed-in string matches the regex.\n* `match()` -- returns an array of Match structs, each containing\n one match of the regex against the target string. Each match contains\n a number of subgroups, if any were present in the regex.\n* `replace()` -- wraps the NSRegularExpression string-replacement API.\n\nThe Regex struct also conforms to `StringLiteralConvertible` for easy creation.\n",
9 "homepage": "http://github.com/wjk/SwiftRegex",
14 "authors": "William Kent",
16 "git": "https://github.com/wjk/SwiftRegex.git",
19 "source_files": "SwiftRegex/*.swift",