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

Fix issue 12227 - Allow matching multiple patterns in one go with std.regex #4158

Merged
merged 1 commit into from
Apr 15, 2016

Conversation

DmitryOlshansky
Copy link
Member

A long awaited feature is in. The helpers for matchFirst/matchAll etc. are not provided but regex can now be constructed with a array of patterns more or less following the API outlined.

@dlang-bot
Copy link
Contributor

Fix Bugzilla Description
12227 Allow matching multiple patterns in one go with std.regex


/++
+/

Copy link
Member

Choose a reason for hiding this comment

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

blank line

@DmitryOlshansky DmitryOlshansky changed the title Fix issue 1227 - Allow matching multiple patterns in one go with std.regex Fix issue 12227 - Allow matching multiple patterns in one go with std.regex Apr 15, 2016
@DmitryOlshansky
Copy link
Member Author

DmitryOlshansky commented Apr 15, 2016

Fixed and extended matchFirst/matchAll to support multiple strings in one go.

@9il
Copy link
Member

9il commented Apr 15, 2016

Auto-merge toggled on

@9il 9il merged commit 2111157 into dlang:master Apr 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants