Search

Is Alpha

Last Updated: May 10, 2022

Articles

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

Syntax

isAlpha (input)

Parameters

Input Parameter Name Description
input input string

Returns

Return value Description
text Returns True or False

Sample

isAlpha (abcd)

  • Checks if the all the characters in the string abcd are alphabets.
    Returns True because all characters in the string are alphabets.

To view all the Text functions, click here.

Did you find what you were looking for?