concat method

RegExpRecipe concat(
  1. List<RegExpRecipe> recipes
)

Implementation

RegExpRecipe concat(List<RegExpRecipe> recipes) =>
  capture(_join(recipes, joinBy: "", tag: RegExpTag.concat));