visca.com | Regex Dictionary | Examples

Finding unusual words

Match words that have all 5 vowels, in order.
String:
Group results by pos?
abstemious, cavernicolous, theater-in-the-round, etc.

Match words that have all 5 vowels, in reverse order.
String:
Group results by pos?
Only uncomplimentary and unnoticeable.

Match all words that have 6 consecutive consonants..
String:
Group results by pos?
latchstring, encryption, strychnine, etc.

Match all words that begin with a doubled letter.
String:
Group results by pos?
aardvark, eerie, llama, ooze, etc.

Match all words that begin with 4 consonants, not counting y.
String:
Group results by pos?
schlemiel, schmaltzy, phthalein, etc.

Match all words of eight letters or more containing
only letters from the first half of the alphabet.
String:
Group results by pos?
balalaika, headache, malleable, etc.

Match all words of 7 letters or more containing only
letters from the second half of the alphabet.
String:
Group results by pos?
pronoun, sonorous, sourpuss, etc.

Match words of 12 or more letters that consist
completely of alternate consonants and vowels.
String:
Group results by pos?
demilitarize, regenerative, verisimilitude, etc.

Match words of 12 letters or more that don't have
either two consecutive consonants or two consecutive vowels.
String:
Filter
Group results by pos?
demilitarize, regenerative, verisimilitude, etc.

visca.com | Regex Dictionary | Examples

Email