Hi,
Is there any way to replace a certain string inside of a string, but only once. Right now I'm using replace(WholeString, WhatToChange, ReplaceWithWhat) but it's changing every instance. Can I have it replace only the first instance in the string?

Thanks!