column.endswith

The endsWith() method determines whether a string ends with the characters of a specified string, returning true or false as appropriate

Syntax

.endswith(string)

Examples

Documentation for column.endswith is coming soon.
Last modified April 06, 2022 at 10:08 AM EST: Initial Documentation Commit (371ae8f)