Element - øṙ
- Regex replace
Characters:
ø
,
ṙ
Description
Replace matches of a with c in b
Overloads
any-any-fun
- apply c to matches of a in b
any-any-any
- replace matches of a with c in b
Examples
`.{3}` `hello` `x` øṙ
=
`xlo`
`\W` `Hello, World!` `E` øṙ
=
`HelloEEWorldE`