If you replace a value, only the first instance will be replaced. To replace all instances, use a regular expression with the g modifier set .
If you replace a value, only the first instance will be replaced. To replace all instances, use a regular expression with the g modifier set .