PySwiftyRegex
Regex toolkit
A framework that simplifies the use of regular expressions in Swift by providing a Pythonic API
Easily deal with Regex in Swift in a Pythonic way
230 stars
9 watching
12 forks
Language: Swift
last commit: about 5 years ago
Linked from 1 awesome list
carthagecocopodspythonregexswift
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
verbalexpressions/pythonverbalexpressions | A Python module providing an easy-to-use interface for creating and manipulating regular expressions | 1,634 |
yyytcool/rexx | A human-readable regex library with structured syntax and variable support. | 2 |
crossroadlabs/regex | A Swift library for working with regular expressions. | 333 |
kasei/swiftregex | Implementation of a Perl-like regex =~ operator in Swift | 112 |
sindresorhus/regex | A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
brynbellomy/regex | A Swift framework providing regular expression functionality | 67 |
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 |
zach-klippenstein/goregen | A library for generating random strings from regular expressions. | 90 |
mariomka/regex-benchmark | A benchmarking project comparing the performance of different programming languages' regex engines | 315 |
yandex/pire | High-performance text matching library with limited functionality. | 330 |
mingrammer/commonregex | A collection of reusable regular expression functions for text processing in Go. | 895 |
kivikakk/libpcre.zig | A collection of Zig bindings to the popular regular-expression library libpcre | 25 |