Returns true if the first character of a string is alphabetic.

Syntax

<expC>.isAlpha( )

<expC>

The string you want to test.

Property of

String

Description

Other than the syntactic difference of being a method instead of a function, this method behaves identically to the ISAPLHA( ) function.