ENDS_WITH

Applies to: ✅ Data 360 SQL ✅ Tableau Hyper API

Returns true if a string ends with a specified suffix.

  • <string>: The string to check.
  • <suffix>: The suffix to look for.

Returns a boolean value that indicates whether the string ends with the suffix.

  • Comparison is case-sensitive.
  • An empty suffix returns true for any string.

Check whether a string ends with a suffix.

Returns true.