string_pattern
String generator
A gem that generates strings according to predefined patterns or regular expressions for testing and data generation purposes
Generate strings supplying a simple pattern. Perfect to be used in test data factories. Validate if a text fulfills a specific pattern. Also you can use regular expressions (Regexp) to generate strings: /[a-z0-9]{2,5}\w+/.gen
. Generate words in English or Spanish.
16 stars
2 watching
1 forks
Language: Ruby
last commit: almost 2 years ago
Linked from 1 awesome list
dataerror-detectionfactoriesgenerationpatternrandomregex-patternregexpregular-expressionsrubyruby-gemstringtest
Related projects:
Repository | Description | Stars |
---|---|---|
| A gem that generates random strings that match given regular expressions. | 520 |
| A Ruby gem that generates random strings based on regular expressions | 1 |
| A library for generating random strings from regular expressions. | 90 |
| A Ruby library providing an interface to Large Language Model (LLM) providers for text generation and embedding | 1,487 |
| Generates sequences of characters from a given text, useful for data analysis and modeling | 37 |
| Generates random strings based on user-provided regular expressions | 1,836 |
| Generates strings from regular expressions using Common Lisp | 23 |
| A tool for generating regular expressions for text extraction and classification based on examples and without external hints. | 947 |
| A Ruby gem that generates unique phrases by combining words from predefined dictionaries with user-specified separators and settings. | 100 |
| A Ruby gem that generates near-English prose using Markov chains. | 110 |
| A random string generator API that generates multiple strings of varying lengths based on user-provided parameters. | 11 |
| A module to generate random strings based on user-defined patterns and options. | 1 |
| Generates geometric background images from strings using a combination of color manipulation and pattern generation. | 1,256 |
| A Ruby library that provides an unobtrusive and safe syntax for generating HTML and XML. | 31 |
| Generates text based on patterns found in input data | 228 |