Type Challenges Judge
Problems
Progress
Ranking
ReplaceAll
Implement ReplaceAll<S, From, To> which replace the all the substring From with To in the given string S
ReplaceAll<S, From, To>
From
To
S
For example
type replaced = ReplaceAll<'t y p e s', ' ', ''> // expected to be 'types'