I need to test an input field () against this regex:
[^\'\"]+
This obviously is no easy task as
You can use Hexadecimal notation instead of ' or ".
'
"
pattern="[^'\x22]+"
submit