/
LIKE
LIKE
Syntax
LIKE(string: <String>;pattern: <String>)
Description
Allows case-sensitive matching of strings based on comparison with a pattern. Output is either Boolean ‘true’ or ‘false’.
Example
LIKE("Trek";#bikes_sold_csv!Brand))
Brand | LIKE |
---|---|
Cervelo | false |
Trek | true |
NULL | false |
Trek | true |
, multiple selections available,
Related content
SIMILARTO
SIMILARTO
More like this
CONTAINS
CONTAINS
More like this
CONTAINS
CONTAINS
More like this
CONTAINS
CONTAINS
More like this
STARTSWITH
STARTSWITH
More like this
STARTSWITH
STARTSWITH
More like this