You are viewing the documentation for Blueriq 17. 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

NameDescriptionTypeRequired
start-indexthe position of the character you want to make uppercasestringfalse
start-indexthe position of the last character to make lowercasestringfalse


Supported attribute types

  • string


Examples

To displayasuse this pattern
a sTrinG ValUEA string valuestart-index:  end-index:
a sTrinG ValUEa String valuestart-index: 2  end-index:
a sTrinG ValUEa String ValUEstart-index: 2  end-index: 7
a sTrinG ValUEA string valuEstart-index:  end-index: 12

Back to Top