Starts with

circle-info

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

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

circle-check
circle-exclamation
chevron-righttext_a starts with text_bhashtag

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

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

"Text contains subtext" starts with unknowntext => true

unknowntext starts with unknowntext => true

unknowntext starts with "some text" => false

Last updated

Was this helpful?