Regex
Regex engine
A Swift library that provides an expressive and flexible regular expression type
A delightful and expressive regular expression type for Swift.
612 stars
6 watching
48 forks
Language: Swift
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ogulcan/swiftregex | A Swift-based playground project providing tools and examples to learn regular expressions | 12 |
crossroadlabs/regex | A Swift library for working with regular expressions. | 333 |
sindresorhus/regex | A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
yyytcool/rexx | A human-readable regex library with structured syntax and variable support. | 2 |
cezheng/pyswiftyregex | A framework that simplifies the use of regular expressions in Swift by providing a Pythonic API | 230 |
ddddxxx/regex | A Swift wrapper around NSRegularExpression for working with regular expressions in Swift applications | 4 |
zimprojects/srell | A header-only C++ template library for working with regular expressions in ECMAScript-compatible way | 11 |
kasei/swiftregex | Implementation of a Perl-like regex =~ operator in Swift | 112 |
boostorg/regex | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 84 |
brynbellomy/regex | A Swift framework providing regular expression functionality | 67 |
fancy-regex/fancy-regex | A Rust library that efficiently compiles and matches regular expressions with advanced features like backreferences and look-around. | 431 |
verbalexpressions/swiftverbalexpressions | A Swift library for constructing regular expressions and string replacements | 595 |
nitely/nim-regex | A library implementing a fast and descriptive regular expression engine for string matching | 227 |
drup/tyre | A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |
openresty/sregex | A Perl-compatible regex engine designed for efficient matching on large data streams with support for non-backtracking NFA/DFA-based parsing and execution. | 617 |