aheadIs method

RegExpRecipe aheadIs(
  1. RegExpRecipe inner
)

Implementation

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