Difference between revisions of "ENDSWITH()"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(2 intermediate revisions by one user not shown)
Line 8: Line 8:
  
 
==See Also==
 
==See Also==
[[BETWEEN()]], [[CHROVERLAP()]], [[CONTAINS()]], [[EMPTY()]], [[EVALUATE()]], [[EXPRCHECK()]], [[FOR()]], [[INDEX]], [[INLIST()]], [[INRANGE()]], [[ISALPHA()]], [[ISBLANK()]], [[ISDIGIT()]], [[LOWER()]], [[MAX()]], [[MAXVALUES()]], [[MIN()]], [[MINVALUES()]], [[MTOS()]], [[PROPER()]], [[Relational Operators]], [[SEEK]], [[SEEK()]], [[SET EXACT]], [[STARTSWITH()]], [[TYPE()]], [[UPPER()]], [[VARTYPE()]]
+
[[AT()]], [[BETWEEN()]], [[CHROVERLAP()]], [[CONTAINS()]], [[EMPTY()]], [[EVALUATE()]], [[EXPRCHECK()]], [[FOR()]], [[INDEX]], [[INDEXOF()]], [[INLIST()]], [[INRANGE()]], [[ISALPHA()]], [[ISBLANK()]], [[ISDIGIT()]], [[LOWER()]], [[MAX()]], [[MAXVALUES()]], [[MIN()]], [[MINVALUES()]], [[MTOS()]], [[PROPER()]], [[Relational Operators]], [[SEEK]], [[SEEK()]], [[SET EXACT]], [[STARTSWITH()]], [[SUBSTRINGOF()]], [[TYPE()]], [[UPPER()]], [[VARTYPE()]]
  
  
Line 39: Line 39:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:Expressions and Type Conversion]]
+
[[Category:String Data]]
[[Category:Expressions and Type Conversion Functions]]
+
[[Category:String Data Functions]]

Latest revision as of 14:09, 14 June 2011

Purpose

Function to perform a case-sensitive search of a string to determine if it ends with a specified character string


Syntax

ENDSWITH(<expC1>,<expC2>)


See Also

AT(), BETWEEN(), CHROVERLAP(), CONTAINS(), EMPTY(), EVALUATE(), EXPRCHECK(), FOR(), INDEX, INDEXOF(), INLIST(), INRANGE(), ISALPHA(), ISBLANK(), ISDIGIT(), LOWER(), MAX(), MAXVALUES(), MIN(), MINVALUES(), MTOS(), PROPER(), Relational Operators, SEEK, SEEK(), SET EXACT, STARTSWITH(), SUBSTRINGOF(), TYPE(), UPPER(), VARTYPE()


Description

The ENDSWITH() function returns .T. (True) if the character string <expC1> ends with the specified character string, <expC2>.

A case-sensitive search is performed. The current SET EXACT setting has no effect.


Parameters Description
<expC1> The character string to be searched.
<expC2> The character string to search for.


Example

open database southwind
use orders
browse for endswith(customerid,"AT")


Products

Recital Server, Recital