You are viewing the documentation for Blueriq 15. Documentation for other versions is available in our documentation directory.
AQ_SetCase
Us this mask type to make the characters of the selected part of the string uppercase or lowercase.
Parameters
Name | Description | Type | Required |
---|---|---|---|
case | “upper” to convert the selection to uppercase “lower” (default) to convert the selection to lowercase | string | false |
start-index | the position of the first character you want to select | string | false |
end-index | the position of the last character you want to select | string | false |
Supported attribute types
string
Examples
To display | as | use these parameters |
---|---|---|
a sTrinG ValUE | a string ValUE | case: lower end-index: 8 |
a sTrinG ValUE | a STRING ValUE | case: upper start-index: 3 end-index: 8 |
Overview
Content Tools