I have a list of about 120 thousand english words (basically every word in the language).
I need a regular expression that would allow searching through these words
The '*' operator repeats the previous item '.' (any character) 0 or more times.
This assumes that none of the words contain '.', '*', and '?'.
This is a good reference
http://www.regular-expressions.info/reference.html