Skip to content

Word_Boundary

kareman edited this page Aug 13, 2020 · 5 revisions

Word.Boundary

Detects boundaries between words.

public struct Boundary:​ Pattern

Uses rules from https:​//www.unicode.org/reports/tr29/#Word_Boundary_Rules .

Inheritance

Pattern, RegexConvertible

Properties

description

let description:​ String = "Word.boundary"

regex

var regex:​ String

Methods

createInstructions(_:​)

@inlinable public func createInstructions(_ instructions:inout ContiguousArray<Instruction<Input>>)

Clone this wiki locally