Skip to content

Expose matches, ranges and split #304

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

Merged
merged 2 commits into from
Apr 19, 2022

Conversation

itingliu
Copy link
Contributor

Publicize these API per the String Processing Algorithms proposal. The proposed
ones return generic Collection, empowered by SE-0346. For now we'll wrap the
results with a concrete Array until the language feature is ready.

Publicize these API per the String Processing Algorithms proposal. The proposed
ones return generic `Collection`, empowered by SE-0346. For now we'll wrap the
results with a concrete `Array` until the language feature is ready.
@itingliu
Copy link
Contributor Author

@swift-ci please test

Copy link
Member

@milseman milseman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@itingliu
Copy link
Contributor Author

@swift-ci please test

@itingliu itingliu merged commit 00aa315 into swiftlang:main Apr 19, 2022
@itingliu itingliu deleted the expose-matches-ranges-splits branch April 19, 2022 20:50
Azoy pushed a commit to Azoy/swift-experimental-string-processing that referenced this pull request Apr 21, 2022
* Expose `matches`, `ranges` and `split`

Publicize these API per the String Processing Algorithms proposal. The proposed
ones return generic `Collection`, empowered by SE-0346. For now we'll wrap the
results with a concrete `Array` until the language feature is ready.

Co-authored-by: Michael Ilseman <[email protected]>
Azoy pushed a commit to Azoy/swift-experimental-string-processing that referenced this pull request Apr 21, 2022
* Expose `matches`, `ranges` and `split`

Publicize these API per the String Processing Algorithms proposal. The proposed
ones return generic `Collection`, empowered by SE-0346. For now we'll wrap the
results with a concrete `Array` until the language feature is ready.

Co-authored-by: Michael Ilseman <[email protected]>
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