Regex
Regex library
A wrapper around NSRegularExpression to simplify regular expression usage in Swift
🔤 Swifty regular expressions
331 stars
8 watching
15 forks
Language: Swift
last commit: over 2 years ago
Linked from 2 awesome lists
nsregularexpressionregexregular-expressionswiftswift-packageswifty
Related projects:
Repository | Description | Stars |
---|---|---|
ddddxxx/regex | A Swift wrapper around NSRegularExpression for working with regular expressions in Swift applications | 4 |
brynbellomy/regex | A Swift framework providing regular expression functionality | 67 |
sindresorhus/escape-string-regexp | Escapes special characters in regular expressions to ensure safe string insertion | 582 |
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 |
srackham/pcre2 | A library for processing regular expressions using the PCRE2 library | 5 |
kasei/swiftregex | Implementation of a Perl-like regex =~ operator in Swift | 112 |
mingrammer/commonregex | A collection of reusable regular expression functions for text processing in Go. | 895 |
niklongstone/regular-expression-cheat-sheet | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 290 |
verbalexpressions/swiftverbalexpressions | A Swift library for constructing regular expressions and string replacements | 595 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
yyytcool/rexx | A human-readable regex library with structured syntax and variable support. | 2 |
boostorg/regex | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 84 |
commenthol/named-regexp-groups | A library for regular expressions with named capture groups and back-references. | 10 |