I have some filters on my forums, something like: when a user posts "hello" the filter modifies the word to "ohai!".
But when a user posts Hello the filter still modify the word to "ohai!", not "Ohai!".
I know this is fixed using regex, but I don't know how.