Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.49 KB

File metadata and controls

12 lines (7 loc) · 1.49 KB

Drop String hard #template-literal #infer

by CaptainOfPhB @CaptainOfPhB

Take the Challenge

Drop the specified chars from a string.

For example:

type Butterfly = DropString<'foobar!', 'fb'> // 'ooar!'

Back Share your Solutions Check out Solutions

Related Challenges

2070・Drop Char