Closed sonomirco closed 2 years ago
Hey @sonomirco! I'm assuming that you're trying to prevent any of <
, >
, '
, "
, /
, ;
, `
, or %
, anywhere in the title.
This should be the regexp you're looking for:
"regexp": "^[^<>\\'\\\"/;\\`%]*$"
Thanks I'll try it :)
All good thanks.
Hi, I would like to check that the title doesn't have any special character, but if I pass the regexp of this type the action files
[<>'"/;
%]`