I have a CFINPUT box called prodtitle and I want to be able to check (validate) user input. I want to use a Regular Expression if possible. I want to throw a server side error message and abort the insert/update page. Here is exactly what I need:
I need to check for a '#' sign anywhere in the prodtitle.
I need to look for the word 'Tipper' anywhere in the prodtitle
I need to look for a 3 digit number anywhere in the prodtitle (numbers are ok... just not a 3 digit one).
Start Free Trial