behindIs method

RegExpRecipe behindIs(
  1. RegExpRecipe inner
)

Implementation

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