Skip to content

Line_Start

kareman edited this page Aug 13, 2020 · 5 revisions

Line.Start

Matches the start of a line, including the start of input.

public struct Start:​ Pattern

Inheritance

Pattern, RegexConvertible

Initializers

init()

public init()

Properties

description

var description:​ String

regex

var regex:​ String

Methods

createInstructions(_:​)

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

Clone this wiki locally