LassoScript Utility
Basics Browse Detail

[String_IsAlpha]

Tag Link [String_IsAlpha] Category String
Type Substitution Source Available No
Support Preferred Version 3.0
Change Unchanged Data Source Any
Output Type Boolean Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0, Lasso 3.x

Description

[String_IsAlpha] returns boolean True if the string contains only alphabetic characters (including a-z as well as foreign characters and characters with accents).

Syntax

[String_IsAlpha: 'String Value']

Parameters

Required Parameters
String Value The string which should be checked.

Examples

To check whether a character is a letter:

Use the [String_IsAlpha] tag. The following example checks whether the character A is a letter, returning True.

[String_IsAlpha: 'A']

True

Related Tags

Category Tags