DigitsORLettersOnly

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

CodeFunctionName
What is this?

Public

Tested

Original Work

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 Boldcodes.com

Linkedin Login

TheString

? DigitsORLettersOnly("days3")
1
? DigitsORLettersOnly("days=3")
0

Views 3,557

Downloads 1,378

CodeID
DB ID

ANmarAmdeen
671
Attachments
Revisions

v1.0

Wednesday
August
8
2018