aheadIsNot method

RegExpRecipe aheadIsNot(
  1. RegExpRecipe inner
)

Implementation

RegExpRecipe aheadIsNot(RegExpRecipe inner) =>
  _augment(inner, (expr) => "(?!$expr)", tag: RegExpTag.aheadIsNot);