Closed m-ender closed 9 years ago
The following is currently essentially undefined behaviour:
M&r`regex
(For fun, try out .+ and .* as the regex.)
.+
.*
Fixed in the next release (together with a related bug for overlapping matches in normal matching direction).
The following is currently essentially undefined behaviour:
(For fun, try out
.+
and.*
as the regex.)