Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 415 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 415 Bytes

Flask-RegEx-clone

In this RegEx 101 clone, the core functionality is been copied for learning purpose. By using this clone a user can give a string to check for desired regular expression pattern. This clone takes two values by user as input first one is "statement to be checked" and second value is "pattern to match the statement". After giving both values user can click on submit button to see the result.