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

NameDescriptionTypeRequired
case“upper” to convert the selection to uppercase  “lower” (default) to convert the selection to lowercasestringfalse
start-indexthe position of the first character you want to selectstringfalse
end-indexthe position of the last character you want to selectstringfalse


Supported attribute types

  • string


Examples

To displayasuse these parameters
a sTrinG ValUEa string ValUEcase: lower  end-index: 8
a sTrinG ValUEa STRING ValUEcase: upper  start-index: 3  end-index: 8

Back to Top