startsWith method

RegExpRecipe startsWith(
  1. RegExpRecipe inner
)

Implementation

RegExpRecipe startsWith(RegExpRecipe inner) =>
  _augment(inner, (expr) => "^$expr");