LassoScript Utility
Basics Browse Detail

[String_IsSpace]

Tag Link [String_IsSpace] 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_IsSpace] returns boolean True if the string contains only white space.

Syntax

[String_IsSpace: 'String Value']

Parameters

Required Parameters
String Value The string which should be checked.

Examples

To check whether a character is white space:

Use the [String_IsSpace] tag. The following example checks whether the return character
is white space, returning True.

[String_IsSpace: '
']

True

Related Tags

Category Tags