FindAll medium #template-literal #string

by tunamagur0 @tunamagur0

Take the Challenge

Given a pattern string P and a text string T, implement the type `FindAll` that returns an Array that contains all indices (0-indexed) from T where P matches.
Back Share your Solutions Check out Solutions