wwUtils::EndsWith

Checks to see if a given string ends with a given substring.

EndsWith(lcSourceString,lcCompare,llCaseInsensitive)

Return Value

.T. or .F.

Parameters

lcSourceString
The string to search

lcCompare
The substring to search for

llCaseInsensitive
If .T. searches ignore case.

See also:

Class wwUtils

© West Wind Technologies, 2004-2017 • Updated: 01/14/12
Comment or report problem with topic