rename replace func to replace_index

This commit is contained in:
2023-07-25 09:41:07 +02:00
parent cb41e69bdb
commit 2b97d38b7e
3 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
replace(str, fill, start, stop)
replace_index(str, fill, start, stop)
{
local out;
local sum;