Home > Contents > Index >
Template Tag TOC  |   Alpha TOC  |   Tag Family TOC  |   Purpose TOC  |   Annotated TOC  |   Index 

 

TOLOWER

Converts a string to all lowercase.

Syntax

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".

See Also

TOUPPER

  Home > Contents > Index >

Oracle XML Tag Reference
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.