EndsWith (PQL)

Checks if a supplied string ends with the sub-string.

  • Returned Output: Boolean
  • Library: PQL \ Granular \ String
  • Version: 2023.00.000
  • Compatibility: Pyramid Query Language (PQL) data sources

Syntax

EndsWith( <Column String> , <Search Text> )

* Click on the function's arguments above for more details on the input values.

Comments