matches regex operator
Learn how to use the matches regex string operator to filter a record set based on a case-sensitive regex value.
Learn how to use the matches regex string operator to filter a record set based on a case-sensitive regex value.
Learn about query operators for searching string data types.
Learn how to use the !~ (not equals) string operator to filter records for data that doesn’t match a case-insensitive string.
Learn how to use the !contains string operator to filter data that doesn’t include a case sensitive string.
Learn how to use the !endswith string operator to filter records for data that excludes a case-insensitive ending string.
Learn how to use the !has string operator to filter records for data that doesn’t have a matching case-insensitive string.
Learn how to use the !hasprefix operator to filter records for data that doesn’t include a case-insensitive prefix.
Learn how to use the !hassuffix string operator to filter records for data that doesn’t have a case-insensitive suffix.
Learn how to use the !in~ string operator to filter records for data without a case-insensitive string.
Learn how to use the !startswith string operator to filter records for data that doesn’t start with a case-insensitive search string.
Learn how to use the =~ (equals) operator to filter a record set for data with a case-insensitive string.
Learn how to use the contains operator to filter a record set for data containing a case-insensitive string.
Learn how to use the endswith operator to filter a record set for data with a case-insensitive string.
Learn how to use the has operator to filter data with a case-insensitive string.
Learn how to use the has_all string operator to filter a record set for data with one or more case-insensitive search strings.
Learn how to use the has_any operator to filter data with any set of case-insensitive strings.
Learn how to use the hasprefix operator to filter data with a case-insensitive string.
Learn how to use the hassuffix operator to filter data with a case-insensitive suffix string.
Learn how to use the in~ operator to filter data with a case-insensitive string.
Learn how to use the case-insensitive startswith string operator to filter a record set with a case-insensitive string starting sequence.
Learn how to use the != (not equals) string operator to filter records for data that doesn’t match a case-sensitive string.
Learn how to use the !contains_cs string operator to filter data that doesn’t include a case-sensitive string.
Learn how to use the !endswith_cs string operator to filter data that doesn’t contain a case-insensitive string.
Learn how to use the !has_cs string operator to filter records for data that doesn’t have a matching case-sensitive string.
Learn how to use the !hasprefix_cs string operator to filter records for data that doesn’t have a case-sensitive prefix.
Learn how to use the !hassuffix_cs string operator to filter records for data that doesn’t have a case-sensitive suffix.
Learn how to use the !in string operator to filter records for data without a case-sensitive string.
Learn how to use the !startswith_cs string operator to filter records for data that doesn’t start with a case-sensitive search string.
Learn how to use the == (equals) operator to filter a record set for data matching a case-sensitive string.
Learn how to use the contains_cs operator to filter a record set for data containing a case-sensitive string.
Learn how to use the endswith_cs operator to filter a record set for data with a case-sensitive ending string.
Learn how to use the has_cs operator to filter data with a case-sensitive search string.
Learn how to use the hasprefix_cs operator to filter data with a case-sensitive prefix string.
Learn how to use the hassuffix_cs operator to filter data with a case-sensitive suffix string.
Learn how to use the in operator to filter data with a case-sensitive string.
Learn how to use the startswith string operator to filter a record set with a case-sensitive string starting sequence.
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.