regular-expression-cheat-sheet
Regex guide
A comprehensive resource providing regular expression patterns and explanations for common use cases.
Regular Expression Cheat Sheet - PCRE
290 stars
7 watching
87 forks
last commit: about 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
yandex/pire | High-performance text matching library with limited functionality. | 330 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
srackham/pcre2 | A library for processing regular expressions using the PCRE2 library | 5 |
sindresorhus/regex | A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
chalk/ansi-regex | A regular expression library for matching ANSI escape codes | 185 |
intel/hyperscan | A high-performance regular expression matching library for efficient pattern scanning in large data streams | 4,830 |
kivikakk/libpcre.zig | A collection of Zig bindings to the popular regular-expression library libpcre | 25 |
learnbyexample/learn_js_regexp | A comprehensive resource for learning JavaScript regular expressions | 112 |
learnbyexample/ruby_regexp | A comprehensive resource for learning Ruby Regular Expressions from beginner to advanced levels with examples and exercises. | 99 |
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 |
nitely/nim-regex | A library implementing a fast and descriptive regular expression engine for string matching | 227 |
learnbyexample/py_regular_expressions | A comprehensive resource for learning Python regular expressions | 1,768 |
crossroadlabs/regex | A Swift library for working with regular expressions. | 333 |
telekons/one-more-re-nightmare | A fast and efficient regular expression compiler written in Common Lisp | 139 |