Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.73 KB

File metadata and controls

11 lines (7 loc) · 1.73 KB

Drop Char 中等 #template-literal #infer

by CaptainOfPhB @CaptainOfPhB

接受挑战    English

从字符串中剔除指定字符。

例如:

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

返回首页 分享你的解答 查看解答

相关挑战

2059・Drop String