| fent/randexp.js |
1,769 |
|
19,706 |
412 |
about 3 years ago |
20 |
July 21, 2018 |
11 |
mit |
JavaScript |
| Create random strings that match a given regular expression. |
| asciimoo/exrex |
838 |
|
23 |
38 |
over 2 years ago |
28 |
March 07, 2023 |
25 |
agpl-3.0 |
Python |
| Irregular methods on regular expressions |
| benburkert/randexp |
266 |
|
351 |
30 |
about 13 years ago |
8 |
February 29, 2012 |
9 |
mit |
Ruby |
| generate random data from a Regular Expression |
| crdoconnor/xeger |
105 |
|
5 |
7 |
almost 3 years ago |
9 |
August 30, 2023 |
8 |
other |
Python |
| Library to generate random strings from regular expressions. |
| nilium/regen |
78 |
|
0 |
0 |
almost 8 years ago |
2 |
May 25, 2018 |
1 |
bsd-2-clause |
Go |
| Tool to generate random strings from Go/RE2 regular expressions |
| antonioribeiro/random |
63 |
|
20 |
4 |
over 8 years ago |
5 |
November 21, 2017 |
1 |
mit |
PHP |
| Generate random strings or numeric values |
| paul-wolf/strgen |
27 |
|
21 |
3 |
about 5 years ago |
23 |
March 20, 2021 |
1 |
bsd-3-clause |
Python |
| A Python module for a template language that generates randomized data |
| kennytm/rand_regex |
21 |
|
4 |
12 |
about 2 years ago |
10 |
August 04, 2023 |
0 |
mit |
Rust |
| Generates random strings and byte strings matching a regex |
| Rabbitzzc/always-helper |
17 |
|
0 |
0 |
over 2 years ago |
0 |
|
0 |
mit |
TypeScript |
| 前端项目开发中,经常会用到一些工具函数的合集。 |
| MarioRuiz/string_pattern |
15 |
|
0 |
0 |
about 3 years ago |
0 |
|
1 |
mit |
Ruby |
| 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. |