behindIsNot method

RegExpRecipe behindIsNot(
  1. RegExpRecipe inner
)

Implementation

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