Skip to content

Files

Latest commit

 

History

History
41 lines (25 loc) · 1.57 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.57 KB

demo_video.mp4

How To Access?

Go to our website and visualize your regular expression into a diagram!

Features

  1. RegEx to DFA Generation
  • User can input a regular expression, and the application will generate a definite finite automaton representation of it

  1. String Validation
  • User can input a string and regular expresson, and the application will check if the input string is a member of the regular expression
string-verification-demo.mp4

Implementation Algorithm?

  • To know how the RegEx to DFA Diagram conversion works in detail, check out our wiki !

Techstack

  • NextJS
  • Reactflow

Contributors