Skip to content

$stringEndsWith

Returns whether the given text ends with the provided word.

Parameters

NameDescriptionEnforcedDefault Value
TextThe text to work with.YesNone
WordThe word to be matched.YesNone

Example

$stringEndsWith[text;word]

Function Aliases

  • $endsWith