Hello everyone I have a regex pattern as follows
"disp"i VARIABLE ("attr"i stixpaths)? ("limit"i INT)?
and
I test it with
disp VARIABLE attr stixpaths limit INT
I use to test it online https://regex101.com/
But I get 0 matches though I believe it should match am I missing anything here?