Skip to content
kareman edited this page Jul 1, 2020 · 5 revisions

Skip

Skips 0 or more elements until a match for the next patterns are found.

public struct Skip: Pattern

If this is at the end of a pattern, it skips to the end of input.

Inheritance

Pattern, RegexConvertible

Initializers

init()

public init()

Properties

description

var description: String

regex

var regex: String

Methods

createInstructions(_:)

@inlinable public func createInstructions(_ instructions: inout Instructions) throws
Clone this wiki locally