regex_sample
Regex generator
A Ruby gem that generates random strings based on regular expressions
Regex to sample value. Ruby gem. RegexSample.generate(/(a|b)/) #=> a or b
1 stars
0 watching
1 forks
Language: Ruby
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tom-lord/regexp-examples | A gem that generates random strings that match given regular expressions. | 520 |
marioruiz/string_pattern | A gem that generates strings according to predefined patterns or regular expressions for testing and data generation purposes | 16 |
zach-klippenstein/goregen | A library for generating random strings from regular expressions. | 90 |
malelabts/regexgenerator | A tool for generating regular expressions for text extraction and classification based on examples and without external hints. | 946 |
fent/randexp.js | Generates random strings based on user-provided regular expressions | 1,828 |
verbalexpressions/rubyverbalexpressions | A Ruby library that helps to construct complex regular expressions | 144 |
learnbyexample/ruby_regexp | A comprehensive resource for learning Ruby Regular Expressions from beginner to advanced levels with examples and exercises. | 99 |
fancy-regex/fancy-regex | A Rust library that efficiently compiles and matches regular expressions with advanced features like backreferences and look-around. | 431 |
mingrammer/commonregex | A collection of reusable regular expression functions for text processing in Go. | 895 |
imikimi/literate_randomizer | A Ruby gem that generates near-English prose using Markov chains. | 110 |
mudge/re2 | A fast and safe regular expression engine designed to eliminate security vulnerabilities | 130 |
niklongstone/regular-expression-cheat-sheet | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 290 |
genericsteele/token_phrase | A Ruby gem that generates unique phrases by combining words from predefined dictionaries with user-specified separators and settings. | 100 |
0xsobky/regaxor | A tool to test and detect issues with regular expressions by fuzzing them with random input data. | 43 |
reddavis/n-gram | Generates sequences of characters from a given text, useful for data analysis and modeling | 37 |