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

 

ENDS

Determines whether a string ends with the specified substring.

Syntax

Parameters

STR (required)
String to search.

WHAT (required)
Value of the substring to search for in SEARCH_STRING.

Description

The ENDS tag determines whether a string ends with the specified substring. The comparison is case-sensitive. For more information about variables, see the Sites Developer's Guide.

Error Numbers

The possible values of errno include:

Value
Description
1
Comparison is true.
0
Comparison is false.

See Also

BEGINS

  Home > Contents > Index >

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