Search

Is AlphaNumeric

Last Updated: Mar 8, 2023

Articles

Use this function to check if all characters in the input string are alphanumeric.

Syntax

isAlphanumeric (input)

Parameters

Input Parameter Name Description
input input string

Returns

Return value Description
text Returns True or False

Sample

isAlphanumeric (abcd1234)

  • Checks if the all the characters in the string abcd1234 are alphanumeric.
    Returns True because all characters in the string are alphanumeric.

To view all the Text functions, click here.

Did you find what you were looking for?