String tests
Discover the different string tests available in CQL.
Looking for something specific?
Use the search bar at the top of the page or press / to quickly search through the documentation.
Use the summary below to quickly jump to a specific topic:
Page | Description |
---|---|
Starts with | Learn how to check if a string starts with a specific prefix. |
Ends with | Learn how to check if a string ends with a specific suffix. |
Matches | Learn how to check if a string matches a regular expression. |