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

 

TOUPPER

Converts a string to all uppercase.

Syntax

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

See Also

TOLOWER

  Home > Contents > Index >

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