deno.land / x / rambda@v9.1.1 / src / replace.js

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
import { curry } from './curry.js'
function replaceFn( pattern, replacer, str){ return str.replace(pattern, replacer)}
export const replace = curry(replaceFn)
rambda

Version Info

Tagged at
2 months ago