A web-based tool that allows users to search through a list of words using regular expressions.
- Enter your regular expression in the input field
- Click the "Find Matches" button to search
- View the matches in the list below
If you have Python installed (Python 3.x), you can start a simple HTTP server:
python -m http.server 8000Then visit http://localhost:8000 in your browser.
- Install a simple static file server:
npm install -g http-server- Run the server:
http-server -p 8000Then visit http://localhost:8000 in your browser.
# Run all tests
npm test
# Run tests in watch mode
npm run test:watchEnglish words: https://raw.githubusercontent.com/words/an-array-of-english-words/refs/heads/master/index.json
Spanish words: https://raw.githubusercontent.com/words/an-array-of-spanish-words/refs/heads/master/index.json
Hebrew words: https://he.wiktionary.org