About this string from regex generator
String From Regex Generator does the reverse of matching: give it a regular expression and it produces random strings that satisfy the pattern. It understands a practical subset of regex including literals, the dot, character classes like [a-z0-9] and negated classes, the shorthands \d \w \s, quantifiers (*, +, ?, {n}, {n,m}, {n,}), groups, non-capturing groups and alternation with |. It is handy for building test fixtures, sample IDs, SKUs or fake records. Unsupported constructs such as lookaround and backreferences are flagged with a note, and everything runs locally in your browser.