Home > Contents > Index >
TOLOWER
Converts a string to all lowercase.
Syntax
<TOLOWER STR="string value
" OUTSTR="outstring name
"/>Parameters
STR (required)
- String to convert to lowercase.
OUTSTR (required)
- Name of the string 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
has the value "this is a test".<TOLOWER STR="This Is A Test" OUTSTR="newstring"/> <CSVAR
NAME="Variables.newstring"/>See Also
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.