A project containing two modules:
- Document Text Search using NFA 🔍
- Regex to NFA Convertor+Visualizer 🔍
A tool for searching for specific text in a document using NFA (Non-deterministic Finite Automaton).
A tool for converting regular expressions to NFA and visualizing the resulting automaton.
- Open the project in a code editor
- Run the
server.js
file to start the server - Open a web browser and navigate to
http://localhost:3000
to use the tool
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.