ends-with(
    reference: text,
    comparer?: any
)

Returns true if the value passed as argument ends with the text value passed as parameter. Returns false otherwise.

Parameters

Name Type Required Description
reference text Yes A string to be compared to the argument value..
comparer any No A definition of the parameters of the comparison (case-sensitivity, culture-sensitivity).

Kind: Predicate
Scope: text
Aliases: text-ends-with


This site uses Just the Docs, a documentation theme for Jekyll.