LassoScript Utility
Basics Browse Detail

[String_UpperCase]

Tag Link [String_UpperCase] 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_UpperCase] returns the concatenation of all of its parameters converted to uppercase characters. This tag does not affect numbers or punctuation within the string.

Syntax

[String_UpperCase: 'String Value']

Parameters

Required Parameters
String Value The string which should be converted to uppercase characters.
Optional Parameters
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 uppercase:

Use the [String_UpperCase] tag. The following example converts a string OmniPilot to uppercase and outputs the result.

[String_UpperCase: 'OmniPilot']

OMNIPILOT

Related Tags

Category Tags