convert Text Case
Type: Function
Convert the case of all text in the given range.
Refer to primitives for more information on how to include this primitive.
Arguments
casing
(Required)
Type: Boolean | CASING | NULL
Any value of the CASING enumeration. For backwards compatibility you can use true for uppercase or false for lowercase. Set to null to let the function determine which casing is used.
selection
Range (Required)
Type: BlueprintRange
The range in which the text need to be upper/lowercased
blueprint
(Required)
Type: Blueprint
The blueprint in which to execute the primitive
format
(Required)
Type: Format
The format to use for the metadata, validation and synthesis
Returns
Type: Boolean
The success of the primitive