Skip to content

lovasoa/wordsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.