by CaptainOfPhB @CaptainOfPhB
Drop the specified chars from a string.
For example:
type Butterfly = DropString<'foobar!', 'fb'> // 'ooar!'
by CaptainOfPhB @CaptainOfPhB
Drop the specified chars from a string.
For example:
type Butterfly = DropString<'foobar!', 'fb'> // 'ooar!'