Regex
Regex wrapper
A Swift framework providing regular expression functionality
Regex class for Swift. Wraps NSRegularExpression.
67 stars
5 watching
16 forks
Language: Swift
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ddddxxx/regex | A Swift wrapper around NSRegularExpression for working with regular expressions in Swift applications | 4 |
sindresorhus/regex | A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
crossroadlabs/regex | A Swift library for working with regular expressions. | 333 |
ogulcan/swiftregex | A Swift-based playground project providing tools and examples to learn regular expressions | 12 |
sharplet/regex | A Swift library that provides an expressive and flexible regular expression type | 612 |
mingrammer/commonregex | A collection of reusable regular expression functions for text processing in Go. | 895 |
commenthol/named-regexp-groups | A library for regular expressions with named capture groups and back-references. | 10 |
cezheng/pyswiftyregex | A framework that simplifies the use of regular expressions in Swift by providing a Pythonic API | 230 |
verbalexpressions/swiftverbalexpressions | A Swift library for constructing regular expressions and string replacements | 595 |
drup/tyre | A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |
wyantb/js-regex | A JavaScript library for building and manipulating regular expressions in a more readable and maintainable way. | 67 |
verbalexpressions/csharpverbalexpressions | A C# library for constructing regular expressions with a more readable and intuitive syntax. | 1,173 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
niklongstone/regular-expression-cheat-sheet | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 290 |
lukeed/regexparam | A utility for converting route patterns into regular expressions | 568 |