Case insensitive regular expression
I am trying to create a validation regular expression except for the fact that I cannot get it to be case INsensitive. Here is something simple I just cannot get it to work:
([a-f])/i tried this and it doesn't work.... What operator is missing?
TIA