excludes

open infix fun excludes(regexes: Collection<Regex>): Rule

Exclude the Cypher query from Rule validation if it matches any of the regexes.

Return

a Rule excluding matching Cypher statements

Parameters

regexes

the Collection of Regex to exclude