Closed EDbarvinsky closed 1 year ago
@lukas-krecan review plz :-)
Looks good, thanks.
I was thinking about an easy way how to apply DOTALL only on the second dot, but it would not be that easy. Actually, the first dot should not have been a dot, but can't change it without breaking backwards compatibility.
Released as 2.37.0
wow! How fast. Tnx :-)
We have face an issue, that custom matcher fails comparison in case if input parameter contains line terminators. To make
(.*)
match everything I suggest to update current regexp to be DOTALL if you need more appropriate example, please take a look here