LassoScript Utility
Basics Browse Detail

[String_IsLower]

Tag Link [String_IsLower] 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_IsLower] returns boolean True if the string contains only lowercase alphabetic characters (a-z).

Syntax

[String_IsLower: 'String Value']

Parameters

Required Parameters
String Value The string which should be checked.

Examples

To check whether a character is lowercase:

Use the [String_IsLower] tag. The following example checks whether the character A is a lowercase letter, returning False since A is uppercase.

[String_IsAlpha: 'A']

False

Related Tags

Category Tags