ends_with

Returns True if haystack text string ends with needle.

Syntax

ends_with(needle, haystack)

Parameters

haystack and needle can be any of the following:

  • Static text, such as "GDN".
  • A Search Ads 360 variable that is a String, such as Keyword, Campaign, and so on.
  • An expression or formula column that returns a String.

Case insensitive

Text comparisons are case insensitive. That is, starts_with("gdn", "GDN") evaluates to true.

Empty character

If you include an expression or formula column in this function, the expression or formula column could evaluate to an empty text string.

Be aware that all Strings end with an empty (zero-length) String. For example, ends_with("GDN", "") will evaluate to true.

On the other hand, ends_with("", "GDN") evaluates to false. An empty text string does not end with non-empty text strings.

Examples

[ends_with("hook", "fishhook")] is true.

Related links

Was this helpful?

How can we improve it?

Need more help?

Try these next steps:

true
Search
Clear search
Close search
Main menu
3137788231496288050
true
Search Help Center
true
true
true
true
true
5055977
false
false