Is Alpha String
PureIsAlphaReturns true if the string contains only alphabetic characters.
Type: Pure (no side effects)
Category: Fortuna|String & Text
Keywords: string & text
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Input | FString | — | Input parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | bool | ReturnValue output |
Example Use Cases
Example 1
Validate character name input.
Example 2
Check if a string is suitable for alphabetical sorting.