Home > Contents > Index >
TOUPPER
Converts a string to all uppercase.
Syntax
<TOUPPER STR="string value
" OUTSTR="outstring name
"/>Parameters
STR (required)
- String to convert to uppercase.
OUTSTR (required)
- Name of the variable to contain results.
Error Numbers
There are no possible
errno
for this tag.Example
This example changes the case in the string "this is a test". After the command executes,
Variables.newstring
contains the value "THIS IS A TEST".<TOUPPER STR="this is a test" OUTSTR="newstring"/> <CSVAR NAME="Variables.newstring"/>See Also
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.