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 |
---|---|---|
| A gem that generates random strings that match given regular expressions. | 520 |
| A gem that generates strings according to predefined patterns or regular expressions for testing and data generation purposes | 16 |
| A library for generating random strings from regular expressions. | 90 |
| A tool for generating regular expressions for text extraction and classification based on examples and without external hints. | 947 |
| Generates random strings based on user-provided regular expressions | 1,836 |
| A Ruby library that helps to construct complex regular expressions | 144 |
| A comprehensive resource for learning Ruby Regular Expressions from beginner to advanced levels with examples and exercises. | 99 |
| A Rust library that efficiently compiles and matches regular expressions with advanced features like backreferences and look-around. | 438 |
| A collection of reusable regular expression functions for text processing in Go. | 896 |
| A Ruby gem that generates near-English prose using Markov chains. | 110 |
| A fast and safe regular expression engine designed to eliminate security vulnerabilities | 130 |
| A comprehensive resource providing regular expression patterns and explanations for common use cases. | 289 |
| A Ruby gem that generates unique phrases by combining words from predefined dictionaries with user-specified separators and settings. | 100 |
| A tool to test and detect issues with regular expressions by fuzzing them with random input data. | 43 |
| Generates sequences of characters from a given text, useful for data analysis and modeling | 37 |