Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 577 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 577 Bytes

Random-Regex-Generator

A random RegEx generator without using any RegEx

This project generates a random string which follows the given RegEx format from the input.
To learn about FSAs and check out the available operations or learn about RegEx, read this article.

image

Note: it converts all uppercase characters to lowercase for simplicity

developed by BooleanCube :]