UR::BoolExpr::Template::PropertyComparison::NotLike - Perform a negated SQL-ish like test


UR documentation  | view source Contained in the UR distribution.

Index


NAME

Top

UR::BoolExpr::Template::PropertyComparison::NotLike - Perform a negated SQL-ish like test

DESCRIPTION

Top

The input test value is assummed to be an SQL 'like' value, where '_' represents a one character wildcard, and '%' means a 0 or more character wildcard. It gets converted to a perl regular expression and used in a negated match against an object's properties


UR documentation  | view source Contained in the UR distribution.