Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.67 KB

File metadata and controls

11 lines (7 loc) · 1.67 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