![]() |
strreplace
Replace each substring found by another from a given position
Prototype :
fun [S S S I] S
- S : initial string
- S : pattern
- S : replaced by
- I : from (position)
Return : S a new string or nil if error
![]() |
Replace each substring found by another from a given position
fun [S S S I] S
Return : S a new string or nil if error