Home > Contents > Index >
ENDS
Determines whether a string ends with the specified substring.
Syntax
<ENDS STR="SEARCH_STRING"
WHAT="ENDSTRING_VALUE"/>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
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.