Hi,
I want to use the standard replace() function, without using a RegExp in it, and I want to be able to either:
a. Replace ALL occurences of a string,
...or
b. Allow me to loop and pass a 'start position' parameter to mimick the same functionality of option a.
Is there an undocumented argument for the normal replace() or some other (native) function that will do that--again, without the Regexp?
Thanks,
--J
I want to use the standard replace() function, without using a RegExp in it, and I want to be able to either:
a. Replace ALL occurences of a string,
...or
b. Allow me to loop and pass a 'start position' parameter to mimick the same functionality of option a.
Is there an undocumented argument for the normal replace() or some other (native) function that will do that--again, without the Regexp?
Thanks,
--J