Skip to content

Line_End

kareman edited this page Aug 23, 2020 · 5 revisions

Line.End

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

public struct End: Pattern

Inheritance

Pattern, RegexConvertible

Initializers

init()

@inlinable public init()

init()

@inlinable public init() where Input == String

Properties

description

var description: String

regex

var regex: String

Methods

parse(_:at:)

@inlinable func parse(_ input: Input, at index: Input.Index) -> Bool

createInstructions(_:)

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