Skip to content

implement NSString.rangeOfCharacterFromSet #75

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
Dec 8, 2015

Conversation

jpsim
Copy link
Contributor

@jpsim jpsim commented Dec 8, 2015

No description provided.

@jpsim jpsim mentioned this pull request Dec 8, 2015
}

public func rangeOfCharacterFromSet(searchSet: NSCharacterSet, options mask: NSStringCompareOptions, range searchRange: NSRange) -> NSRange {
NSUnimplemented()
if mask.contains(.RegularExpressionSearch) {
Copy link
Contributor

Choose a reason for hiding this comment

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

from my understanding this is actually ignored for character set searches

phausler added a commit that referenced this pull request Dec 8, 2015
implement NSString.rangeOfCharacterFromSet
@phausler phausler merged commit 75dc2d0 into swiftlang:master Dec 8, 2015
@jpsim jpsim deleted the NSString.rangeOfCharacterFromSet branch December 8, 2015 17:31
atrick pushed a commit to atrick/swift-corelibs-foundation that referenced this pull request Jan 12, 2021
[test] Disable performance metrics unless ENABLE_PERF_TESTS is defined
kateinoigakukun pushed a commit to kateinoigakukun/swift-corelibs-foundation that referenced this pull request Apr 29, 2021
…ript

Update the litTest script to use llvm-project
kateinoigakukun pushed a commit to kateinoigakukun/swift-corelibs-foundation that referenced this pull request Oct 11, 2023
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