Closed Alexey-T closed 1 year ago
@User4martin
SUBJ causes fail on this regex:
let's fix it in IsFixedLength method: find
OP_COMMENT,
OP_BOUND,
OP_NOTBOUND
and add here:
OP_COMMENT,
OP_BOUND,
OP_NOTBOUND,
OP_BOL,
OP_BOLML,
OP_EOL,
OP_EOL2,
OP_EOLML,
OP_CONTINUE_POS:
Continue;
Pls add this fix to your PR
done
solved (in PR).
for
OP_BOL OP_EOL OP_EOL2 OP_BOLML OP_EOLML OP_CONTINUE_POS
we get 'not fixed op' string in demo window. it means 'match has not fixed length'.
it's wrong. theese opcodes are fixed.