We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee92690 commit 857a130Copy full SHA for 857a130
Sources/_StringProcessing/Algorithms/Algorithms/Split.swift
@@ -311,7 +311,6 @@ extension BidirectionalCollection where SubSequence == Substring {
311
/// - Parameter separator: A regex describing elements to be split upon.
312
/// - Returns: A collection of substrings, split from this collection's
313
/// elements.
314
- /// elements.
315
public func split<R: RegexComponent>(
316
by separator: R
317
) -> [SubSequence] {
0 commit comments