Text generator from Regular Expression

Regular expressions are typically used to check whether a string matches a particular pattern. For example, the string 123 is matched by the ^\d{3}$ regex.

Using the text generator from pattern, you can get strings that match a certain pattern.

This tool is useful when you want to fill out forms that use regex patterns to validate the controls. Using the pattern you can generate values that will pass the validation.

If you are intersted to generate strings from Regex patterns automatically, take a look at Fare library.