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