Replies: 2 comments 1 reply
-
The static declarations are inherently limited in what validation they can provide. For more advanced logic, consider writing your own custom validator class. |
Beta Was this translation helpful? Give feedback.
1 reply
-
last question: is the syntax for regex in this form? "regex" : "/server|switch/i" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I use a simple validation for preventing accidental deletion of prefixes , ....
Now I have 2 question:
e.g. 1: status = 'deprecated' or status='planned' )
e.g. 2: status != 'active' or name not like 'SRV%'
e.g. device has not the role 'Server' --> ?? device__role_name != 'Server' ??
thanks for help
Beta Was this translation helpful? Give feedback.
All reactions