LassoScript Utility
Basics Browse Detail

[String_IsAlphaNumeric]

Tag Link [String_IsAlphaNumeric] 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_IsAlphaNumeric] returns boolean True if the string contains only alphabetic characters (including a-z as well as foreign characters and characters with accents) or numerals.

Syntax

[String_IsAlphaNumeric: 'String Value']

Parameters

Required Parameters
String Value The string which should be checked.

Examples

To check whether a character is a letter or a number:

Use the [String_IsAlphaNumeric] tag. The following example checks whether the character A is a letter or number and whether the character 1 is a letter or number, returning True both times.

[String_IsAlphaNumeric: 'A']
[String_IsAlphaNumeric: 1]

True
True

Related Tags

Category Tags