You are viewing the documentation for Blueriq 14. Documentation for other versions is available in our documentation directory.
AQ_FirstToUpperCase
Use this mask type to capitalize the first letter of (part of) a string and make the remaining characters lowercase.
Parameters
Name | Description | Type | Required |
---|---|---|---|
start-index | the position of the character you want to make uppercase | string | false |
start-index | the position of the last character to make lowercase | string | false |
Supported attribute types
string
Examples
To display | as | use this pattern |
---|---|---|
a sTrinG ValUE | A string value | start-index: end-index: |
a sTrinG ValUE | a String value | start-index: 2 end-index: |
a sTrinG ValUE | a String ValUE | start-index: 2 end-index: 7 |
a sTrinG ValUE | A string valuE | start-index: end-index: 12 |
Overview
Content Tools