Onigmo icon indicating copy to clipboard operation
Onigmo copied to clipboard

Extend doc about subexpression calls

Open jaynetics opened this issue 6 years ago • 1 comments

I expected /(.)\g<1>\1/ to match ABA. Perhaps the docs should state in some way that the matched text used for backreferences is determined by the closest occurrence of the target group - be it a subexp call or the original group.

jaynetics avatar Sep 23 '18 13:09 jaynetics

Codecov Report

Merging #105 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #105   +/-   ##
=======================================
  Coverage   82.86%   82.86%           
=======================================
  Files          62       62           
  Lines       12827    12827           
=======================================
  Hits        10629    10629           
  Misses       2198     2198

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b8c3321...ebd63fe. Read the comment docs.

codecov-io avatar Sep 23 '18 13:09 codecov-io