LassoScript Utility
Basics Browse Detail

[String_LowerCase]

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

Description

[String_LowerCase] returns the concatenation of all of its parameters in lowercase.

Syntax

[String_LowerCase]

Parameters

Optional Parameters
String Value The string which should be converted to lowercase characters.
Encoding Keyword Specifies the encoding for the tag's return value. Tags are encoded using -EncodeHTML by default if their value is output on a format file. No encoding is applied to nested tags unless an explicity encoding keyword is specified. One of -EncodeBreak, -EncodeHTML, -EncodeNone, -EncodeRaw, -EncodeSmart, -EncodeStrictURL, -EncodeURL, -EncodeXML.

Examples

To convert a string to lowercase:

Use the [String_LowerCase] tag. The following example converts the string OmniPilot to lowercase.

[String_LowerCase: 'OmniPilot']

omnipilot

Related Tags

Category Tags