Element - o
- Remove
Characters:
o
Description
Remove instances of b in a
Overloads
num-fun
-first a integers where b is truthy (0, 1, -1, ...)
fun-num
-first b integers where a is truthy
any-any
-a.replace(b,"")
Examples
`hello` `l` o
=`heo`
`hello` `` o
=`hello`
⟨1|2|3|1|2⟩ 1 o
=⟨2|3|2⟩
12312 1 o
=⟨2|3|2⟩
12312 `1` o
=⟨1|2|3|1|2⟩
`12312` 1 o
=`232`
`bananas and naan` `an` o
=`bas d na`