Convert input to CMI regex

To use this tool, simply write the words you want to filter, divided by newlines

All regex should work.








Example:
Idiot
Punk
Would result in:


                

Which would takes words such as: puuuuUuUuunNk and p u N k into account.

If a line starts with \b, the following will hold:

Puuunk will be found but somepuunk will not be found, as it does not start with the word.
punks will however also be caught.