Ruby_Regexp
Regex guide
A comprehensive resource for learning Ruby Regular Expressions from beginner to advanced levels with examples and exercises.
Learn Ruby Regexp step-by-step from beginner to advanced levels with plenty of examples and exercises.
99 stars
10 watching
13 forks
Language: Ruby
last commit: 10 months ago
Linked from 1 awesome list
ebookexerciseslearning-by-doingregexregular-expressionsruby
Related projects:
Repository | Description | Stars |
---|---|---|
learnbyexample/learn_js_regexp | A comprehensive resource for learning JavaScript regular expressions | 112 |
learnbyexample/py_regular_expressions | A comprehensive resource for learning Python regular expressions | 1,768 |
verbalexpressions/rubyverbalexpressions | A Ruby library that helps to construct complex regular expressions | 144 |
mudge/re2 | A fast and safe regular expression engine designed to eliminate security vulnerabilities | 130 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
learnbyexample/ruby_scripting | A comprehensive tutorial covering Ruby scripting basics and advanced topics, suitable for developers familiar with general programming concepts. | 69 |
tom-lord/regexp-examples | A gem that generates random strings that match given regular expressions. | 520 |
mochizukikotaro/regex_sample | A Ruby gem that generates random strings based on regular expressions | 1 |
niklongstone/regular-expression-cheat-sheet | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 290 |
yyytcool/rexx | A human-readable regex library with structured syntax and variable support. | 2 |
lukeed/regexparam | A utility for converting route patterns into regular expressions | 568 |
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 |
dmitrysoshnikov/regexp-tree | Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |
learnbyexample/learn_gnugrep_ripgrep | A comprehensive guide to mastering the command-line text processing tools GNU grep and ripgrep | 322 |