how to use substring concordance

find words with lil palindromes nested in them. like lil in lilac & lily, or eve in never & level.

asterisks (*) are used as wild cards. e*e will return words like were, these, ever.

parentheses are used to limit word length, (e**e) will return only words that are 4 characters in length.

the reverse button to the left of the text input field reverses the input.

have fun! :)