Ends with

circle-info

The ends with keyword checks if a text ends with another text.

This function is SQL compatible. For more information about SQL compatibility, see our documentation.

circle-check
circle-exclamation
chevron-righttext_a ends withtext_bhashtag

"Text contains subtext" ends with "contains" => false

"Text contains subtext" ends with "tëXT" => true

"Text contains subtext" ends with unknowntext => true

unknowntext ends with unknowntext => true

unknowntext ends with "some text" => false

Last updated

Was this helpful?