String Generator

Generate stings using a schema

V = vowel, C = consonant, L = letter (vowel or consonant)
For example: CVCCVLL generate a string like HELLOAB.

You can also insert favorite letter in a specific position putting it into the schema in lowercase.
For example: wVLCd will generate a string like WORLD.

You can also insert spaces and special simbols.

Please note that the max lenght of the schema is 200 letters.

Schema:

Letters to exclude:

Number of words: