Check if the string has special characters or not, only Letters or digits (DigitsORLetters)
Returns TRUE if string has only letters or digits (no special chars)
FALSE if it has at least one special character (that is not letter nor digit), see examples.
currently works for English language only
Access is limited.
Login here using your Linkedin account. to see or download code.
No registration, not another password to remember, login using your Linkedin account and have access to all public codes in Mydev.net
Linkedin LoginTheString
? DigitsORLettersOnly("days3")
1
? DigitsORLettersOnly("days=3")
0
1
? DigitsORLettersOnly("days=3")
0
Views 3,557
Downloads 1,378
CodeID
DB ID
ANmarAmdeen
701
Revisions
v1.0
Wednesday
August
8
2018