Skip to content

Kirby 5.0.4

Expression::parse()

Splits a comparison string into an array of expressions and operators

Expression::parse() has been marked as unstable. It might be changed in a future Kirby major or minor release without being considered a breaking change. Use with caution.

Expression::parse(string $string): array

Parameters

Name Type Default
$stringrequired string no default value

Return type

array

Parent class

Kirby\Query\Expression