Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend doc about subexpression calls #105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Extend doc about subexpression calls #105

wants to merge 1 commit into from

Conversation

jaynetics
Copy link

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.

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.
@codecov-io
Copy link

codecov-io commented Sep 23, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants