relations.reunmatches_relation
relations.reunmatches_relation(lhs, rhs)
Does the lhs not match a regex for the rhs
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
lhs |
str | left hand side | required |
rhs |
str | right hand side | required |
Returns
| Type | Description |
|---|---|
| bool | True or False |