string_pattern icon indicating copy to clipboard operation
string_pattern copied to clipboard

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 stri...

Results 1 string_pattern issues
Sort by recently updated
recently updated
newest added

It is not possible to generate strings using a regular expression that uses repetitions of captures, for example: puts /(\w)+/.gen For the moment it is possible to do it inside...

regexp