by tunamagur0 @tunamagur0
Given a pattern string P and a text string T, implement the type FindAll<T, P>
that returns an Array that contains all indices (0-indexed) from T where P matches.
by tunamagur0 @tunamagur0
Given a pattern string P and a text string T, implement the type FindAll<T, P>
that returns an Array that contains all indices (0-indexed) from T where P matches.