$stringEndsWith
Returns whether the given text ends with the provided word.
Parameters
Name | Description | Enforced | Default Value |
---|---|---|---|
Text | The text to work with. | Yes | None |
Word | The word to be matched. | Yes | None |
Example
$stringEndsWith[text;word]
Function Aliases
- $endsWith