$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
Function Aliases
- $endsWith
Returns whether the given text ends with the provided word.
Name | Description | Enforced | Default Value |
---|---|---|---|
Text | The text to work with. | Yes | None |
Word | The word to be matched. | Yes | None |