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