init(_:)
Creates a negative lookahead from the given regex component.
Declaration
init<R>(_ component: R) where Output == R.RegexOutput, R : RegexComponentCreates a negative lookahead from the given regex component.
init<R>(_ component: R) where Output == R.RegexOutput, R : RegexComponent