I have the following function:
listorder = listorder.replace('projectlist-','');
Problem with this is it only finds and replace the first instance and there are many. How can this be updated to Find/Replace All instances in the string?
Thanks
|
I have the following function:
Problem with this is it only finds and replace the first instance and there are many. How can this be updated to Find/Replace All instances in the string? Thanks |
|||
|
|
|
Global replace (all instances)
Case-insensitive replace
Global and case-insensitive
|
|||||||
|