Skip to content

Adding implementation of NSRegularExpression.escapedPatternForString(_:) #273

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 1 commit into from
Mar 4, 2016
Merged

Conversation

pushkarnk
Copy link
Member

Added implementation of class method escapedPatternForString() which simply calls
_CFRegularExpressionCreateEscapedPattern(). Also added two tests to
TestFoundation/TestNSRegularExpression.swift.

Implementation of class method escapedPatternForString() which simply calls
_CFRegularExpressionCreateEscapedPattern(). Also added two test to
TestFoundation/TestNSRegularExpression.swift.
@parkera
Copy link
Contributor

parkera commented Mar 2, 2016

@swift-ci please test

parkera added a commit that referenced this pull request Mar 4, 2016
Adding implementation of NSRegularExpression.escapedPatternForString(_:)
@parkera parkera merged commit 311f2dd into swiftlang:master Mar 4, 2016
@parkera
Copy link
Contributor

parkera commented Mar 4, 2016

Thanks!

@pushkarnk pushkarnk deleted the nsregex branch March 7, 2016 11:13
@pushkarnk
Copy link
Member Author

Thank you.

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