RubyFlow The Ruby and Rails community linklog

Easy way to generate random strings following patterns

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. https://github.com/MarioRuiz/string_pattern

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in