We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc2c7e commit e6986b0Copy full SHA for e6986b0
1 file changed
inc/field/glpiselectfield.class.php
@@ -243,10 +243,6 @@ public function lessThan($value): bool {
243
return !$this->greaterThan($value) && !$this->equals($value);
244
}
245
246
- public function regex($value): bool {
247
- return (preg_grep($value, $this->value)) ? true : false;
248
- }
249
-
250
public function isAnonymousFormCompatible(): bool {
251
return false;
252
0 commit comments