Skip to content

startsWith

The startsWith function returns true if the first argument starts with the second argument.

Usage

startsWith(field, "prefix")

Example:

where startsWith(message, "Error:")

This matches records where the message field starts with “Error:”.