Skip to content
⌘ NSIS Forum Archive

not allow for special characters

3 posts

OsmanY22#

not allow for special characters

Hi ...

i have a field - type "text" and "password", and i want, that by input the dont have any special characters, mybe "# ... $ ... % ... )

please help someone

cu
ossi
kichik#
You could use StrFilter to filter the string. You can then compare the original to the result. If they are different, the user used an invalid character.