Text Ends With
Determine if some text ends with the given suffix.
Text Ends With
- Text
- Suffix
- Text
A text string to evaluate.
- Suffix
A text string that might appear at the end of the given text.
- Output
A boolean that is true if the text ends with the suffix.