Info |
---|
|
This routine is available starting with SIL Engineā¢ 2.5 for Jira 5.x. |
Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | toUpper(string) | Package | | Alias | | Pkg Usage | | |
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
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
string | |
...
String | Yes | Specifies a character expression that will be converted to upper case. If the string contains other characters than letters the chars that are not letters will not be converted. |
|
Return
...
Type
stringString
...
Examples
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) |
---|
showLabels | false |
---|
max | 10025 |
---|
showSpace | false |
---|
cql | label = "string_routines" and space = currentSpace ( ) |
---|
labels | stringarray_routines |
---|
|