randexp.js

String generator

Generates random strings based on user-provided regular expressions

Create random strings that match a given regular expression.

GitHub

2k stars
30 watching
93 forks
Language: JavaScript
last commit: 11 months ago
noderegular-expressiontesting

Related projects:

Repository Description Stars
tom-lord/regexp-examples A gem that generates random strings that match given regular expressions. 520
zach-klippenstein/goregen A library for generating random strings from regular expressions. 90
sindresorhus/crypto-random-string Generate cryptographically strong random strings 570
mochizukikotaro/regex_sample A Ruby gem that generates random strings based on regular expressions 1
patricksrobertson/secure_random.ex A library providing a set of functions for generating random, secure strings and UUIDs. 96
polarspetroll/ciprand A random string generator API that generates multiple strings of varying lengths based on user-provided parameters. 11
tjade273/randaoplus An experimental Ethereum-based random number generator using PoW 10
sindresorhus/random-int Generates random integers within specified ranges 87
mljs/random Utilities for generating random values from various elements 2
zekth/deno_random_interval Generates a random interval with optional clearing and scheduling functions. 1
marioruiz/string_pattern A gem that generates strings according to predefined patterns or regular expressions for testing and data generation purposes 16
rundevelopment/regexp-ast-analysis A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes 3
caioceccon/random_string_generator A module to generate random strings based on user-defined patterns and options. 1
dmitrysoshnikov/regexp-tree Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript 401
commenthol/named-regexp-groups A library for regular expressions with named capture groups and back-references. 10