<br>I need to check a string field to make sure that invalid characters (e.g. special characters ~!@#$%^, etc.) are not allowed.<br><br>What's the fastest way to do this?<br><br>I can use instr() function to check for each one of the invalid characters but I think that this would be very slow.<br><br>Thanks in advance!