Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleAvailability

This routine is available since starting with katl-commons 2.5 (for JIRA Jira 5.x) .

Syntax

...

toUpper(string)

Description

...

Excerpt

Returns the string only with upper case letters.

Returns the given string that has it's letters converted to upper case. If the string contains other characters than letters the chars that are not letters will not be converted.

 

Parameters

...

Parameter name

Type

Required

Description

string

string

Yes

Specifies a character expression that will be converted to upper case.

Return type

...

string

Example

...

Example 1

...

Code Block
wret = toUpper("fOoBaR");
print(wret);

Prints "FOOBAR".

Example 2

...

Code Block
wret = toUpper("AbC2w&345f.ff");
print(wret);

Prints "ABC2W&345F.FF".


See

...

also

Filter by label (Content by label)
showLabelsfalse
max100
showSpacefalse
cqllabel = "string_routines"
labelsstring_routines