CFStringTokenizer

Hey,

I'm looking at implementing the final missing NSString method (
enumerateSubstrings(in:using:) ), and I noticed that there is no
implementation of CFStringTokenizer in the provided CoreFoundation.

Is this meant to be the case?

If so, I'll go ahead and implement it in pure Swift

Andy

That particular implementation is not part of the open source side of CF, so a re-implementation in Swift/C would be the way to go here.

···

On Jun 22, 2017, at 9:44 AM, Andy Best via swift-corelibs-dev <swift-corelibs-dev@swift.org> wrote:

Hey,

I'm looking at implementing the final missing NSString method ( enumerateSubstrings(in:using:) ), and I noticed that there is no implementation of CFStringTokenizer in the provided CoreFoundation.

Is this meant to be the case?

If so, I'll go ahead and implement it in pure Swift

Andy
_______________________________________________
swift-corelibs-dev mailing list
swift-corelibs-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-corelibs-dev

Great, I'll do it that way then, thanks :)

···

On 22 June 2017 at 17:45, Philippe Hausler <phausler@apple.com> wrote:

That particular implementation is not part of the open source side of CF,
so a re-implementation in Swift/C would be the way to go here.

> On Jun 22, 2017, at 9:44 AM, Andy Best via swift-corelibs-dev < > swift-corelibs-dev@swift.org> wrote:
>
> Hey,
>
> I'm looking at implementing the final missing NSString method (
enumerateSubstrings(in:using:) ), and I noticed that there is no
implementation of CFStringTokenizer in the provided CoreFoundation.
>
> Is this meant to be the case?
>
> If so, I'll go ahead and implement it in pure Swift
>
>
> Andy
> _______________________________________________
> swift-corelibs-dev mailing list
> swift-corelibs-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-corelibs-dev