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

Add Replace Backreferences section to Regex Features page #10560

Merged

Conversation

davidwendt
Copy link
Contributor

Adds Replace Backreferences section to the Regex Features page to help document the replacement template patterns for cudf::strings::replace_with_backref API.

Also, adds cudf::strings::split_re and cudf::strings::split_record_re to the regex APIs listed at the top of the page.

And add a link to regex_flags where the line anchors and the dot pattern character are described.

@davidwendt davidwendt added 3 - Ready for Review Ready for review by team doc Documentation libcudf Affects libcudf (C++/CUDA) code. strings strings issues (C++ and Python) non-breaking Non-breaking change labels Mar 31, 2022
@davidwendt davidwendt requested a review from a team as a code owner March 31, 2022 20:02
@davidwendt davidwendt self-assigned this Mar 31, 2022
@codecov
Copy link

codecov bot commented Mar 31, 2022

Codecov Report

❗ No coverage uploaded for pull request base (branch-22.06@bc8f578). Click here to learn what that means.
The diff coverage is n/a.

@@               Coverage Diff               @@
##             branch-22.06   #10560   +/-   ##
===============================================
  Coverage                ?   86.33%           
===============================================
  Files                   ?      140           
  Lines                   ?    22300           
  Branches                ?        0           
===============================================
  Hits                    ?    19253           
  Misses                  ?     3047           
  Partials                ?        0           

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 bc8f578...e38c2bf. Read the comment docs.

@davidwendt
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit ee03c1a into rapidsai:branch-22.06 Apr 1, 2022
@davidwendt davidwendt deleted the add-backref-to-regex-docs branch April 1, 2022 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team doc Documentation libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change strings strings issues (C++ and Python)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants