Seach dictionary words using regular expressions
A small web app to search dictionary words by entering a regex.
https://regex-wordsearch.netlify.com/?lang=en
The application is written in JavaScript with the svelte framework.
It has a very simple structure:
- the dictionaries are simple text files,
that are
fetch
ed dynamically. - on each key stroke, the regular expression is recompiled, and the dictionary is iterated upon until enough matching words are found.