Skip to content

Extend doc about subexpression calls#105

Open
jaynetics wants to merge 1 commit intok-takata:masterfrom
jaynetics:patch-1
Open

Extend doc about subexpression calls#105
jaynetics wants to merge 1 commit intok-takata:masterfrom
jaynetics:patch-1

Conversation

@jaynetics
Copy link
Copy Markdown

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
Copy Markdown

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.

2 participants