jmurrayhead
Programmer
I want to be able to check strings for invalid characters for my login system. Let's say I have the string
Passcode = request.form("Password")
How would I be able to check for / ? ; : ' " . , etc...?
Thanks
Passcode = request.form("Password")
How would I be able to check for / ? ; : ' " . , etc...?
Thanks