Regex
Regex parser
A Swift library for working with regular expressions.
Regular expressions for swift
333 stars
15 watching
33 forks
Language: Swift
last commit: over 5 years ago
Linked from 2 awesome lists
crossroad-labsregexregular-expressionsplitswift
Related projects:
Repository | Description | Stars |
---|---|---|
sharplet/regex | A Swift library that provides an expressive and flexible regular expression type | 612 |
sindresorhus/regex | A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
ddddxxx/regex | A Swift wrapper around NSRegularExpression for working with regular expressions in Swift applications | 4 |
ogulcan/swiftregex | A Swift-based playground project providing tools and examples to learn regular expressions | 12 |
kasei/swiftregex | Implementation of a Perl-like regex =~ operator in Swift | 112 |
lukeed/regexparam | A utility for converting route patterns into regular expressions | 568 |
brynbellomy/regex | A Swift framework providing regular expression functionality | 67 |
mingrammer/commonregex | A collection of reusable regular expression functions for text processing in Go. | 895 |
boostorg/regex | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 84 |
drup/tyre | A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |
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 |
oriser/regroup | A library to automatically match and parse regular expression groups into Go structs with various options. | 147 |
rundevelopment/regexp-ast-analysis | A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
cezheng/pyswiftyregex | A framework that simplifies the use of regular expressions in Swift by providing a Pythonic API | 230 |