Is Alpha String

Pure
IsAlpha

Returns true if the string contains only alphabetic characters.

Type: Pure (no side effects)
Category: Fortuna|String & Text
Keywords: string & text

Inputs

NameTypeDefaultDescription
InputFStringInput parameter

Outputs

NameTypeDescription
ReturnValueboolReturnValue output

Example Use Cases

Example 1

Validate character name input.

Example 2

Check if a string is suitable for alphabetical sorting.