Skip to main content Skip to complementary content
Close announcements banner

contains

Returns true if the first argument contains the second argument.

Any data type can be used. Types other than string are converted to string before the function is applied. If the first argument is in bytes, the second one should be in bytes or a hex string with the prefix 0x or 0X.

Arguments

  1. Input string.
  2. String to search for.

Examples

Expression Result
contains("1, 2, 3", 2) true

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!