Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.51 KB

File metadata and controls

12 lines (7 loc) · 1.51 KB

Drop Char medium #template-literal #infer

by CaptainOfPhB @CaptainOfPhB

Take the Challenge

Drop a specified char from a string.

For example:

type Butterfly = DropChar<' b u t t e r f l y ! ', ' '> // 'butterfly!'

Back Share your Solutions Check out Solutions

Related Challenges

2059・Drop String