py_regular_expressions
regex book
A comprehensive resource for learning Python regular expressions
Learn Python Regular Expressions step by step from beginner to advanced levels
2k stars
39 watching
224 forks
Language: Python
last commit: over 1 year ago
Linked from 2 awesome lists
ebookexerciseslearning-by-doingpythonregexregular-expressions
Related projects:
Repository | Description | Stars |
---|---|---|
learnbyexample/ruby_regexp | A comprehensive resource for learning Ruby Regular Expressions from beginner to advanced levels with examples and exercises. | 99 |
learnbyexample/learn_js_regexp | A comprehensive resource for learning JavaScript regular expressions | 112 |
verbalexpressions/pythonverbalexpressions | A Python module providing an easy-to-use interface for creating and manipulating regular expressions | 1,634 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
niklongstone/regular-expression-cheat-sheet | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 290 |
verbalexpressions/rubyverbalexpressions | A Ruby library that helps to construct complex regular expressions | 144 |
ziishaned/learn-regex | An introduction to regular expressions with explanations and examples. | 45,672 |
srackham/pcre2 | A library for processing regular expressions using the PCRE2 library | 5 |
yyytcool/rexx | A human-readable regex library with structured syntax and variable support. | 2 |
learnbyexample/learn_gnugrep_ripgrep | A comprehensive guide to mastering the command-line text processing tools GNU grep and ripgrep | 322 |
boostorg/regex | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 84 |
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 |
mudge/re2 | A fast and safe regular expression engine designed to eliminate security vulnerabilities | 130 |
dmitrysoshnikov/regexp-tree | Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |