Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 1.27 KB

File metadata and controls

6 lines (3 loc) · 1.27 KB

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<T, P> that returns an Array that contains all indices (0-indexed) from T where P matches.


Back Share your Solutions Check out Solutions