-
Notifications
You must be signed in to change notification settings - Fork 1
Word_Boundary
kareman edited this page Aug 23, 2020
·
5 revisions
Detects boundaries between words.
public struct Boundary: Pattern
Uses rules from https://www.unicode.org/reports/tr29/\#Word\_Boundary\_Rules .
public typealias Input = String
public init()
let description: String
var regex: String
@usableFromInline func parse(_ input: Input, at index: Input.Index) -> ParsedRange?
@inlinable public func createInstructions(_ instructions: inout ContiguousArray<Instruction<Input>>)
Generated at 2020-08-23T12:56:49+0000 using swift-doc 1.0.0-beta.3.