# 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:

- [Starts-with test](/reference/cql/expressions/tests/string/starts-with): Learn how to check if a string starts with a specific prefix.
- [Ends-with test](/reference/cql/expressions/tests/string/ends-with): Learn how to check if a string ends with a specific suffix.
- [Like test](/reference/cql/expressions/tests/string/like): Learn how to check if a string includes another substring.
- [Matches test](/reference/cql/expressions/tests/string/matches): Learn how to check if a string matches a regular expression.
