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 split_inclusive #917

Closed
wants to merge 2 commits into from
Closed

Add split_inclusive #917

wants to merge 2 commits into from

Commits on Oct 28, 2022

  1. Add split_inclusive

    archer884 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    24e9ecd View commit details
    Browse the repository at this point in the history
  2. Update documentation, fix terminator

    This changeset adjusts the documentation to more closely match that
    found in std for split_inclusive. It also changes the behavior such that
    the matched substring appears at the end of each element as a terminator
    rather than at the head of each element.
    
    Sorry; I never actually *read* the split_inclusive docs in std.
    archer884 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    857e063 View commit details
    Browse the repository at this point in the history