/wordsearch

Search words by regex

Primary LanguageSvelteBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

regex-wordsearch

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

Technical details

The application is written in JavaScript with the svelte framework.

It has a very simple structure:

  • the dictionaries are simple text files, that are fetched dynamically.
  • on each key stroke, the regular expression is recompiled, and the dictionary is iterated upon until enough matching words are found.