Is there any way that I could do a replacement in a string that contains over 10,000 characters? I tried to use \'str_replace\', but that didn\'t work for strings as long as the ones that I need to replace. Any help would be greatly appreciated.
What do you mean "that didn't work?" PHP does not apply any arbitrary limits on string sizes.