Word Search (hello|hi)world This regular expression will match all words that start with "hello" or "hi". "helloworld" "hiworld" It can be useful when searching variables in the code.