Drop Char medium #template-literal #infer

by CaptainOfPhB @CaptainOfPhB

Take the Challenge    简体中文

Drop a specified char from a string. For example: ```ts 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