UR::BoolExpr::Template::PropertyComparison::NotLike
perform a negated SQL-ish like test
- Provided by: libur-perl (Version: 0.440-1)
- Report a bug
perform a negated SQL-ish like test
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
If the property returns multiple values, this comparison returns false if any of the values matches the pattern