Tagged Questions
6
votes
1answer
1k views
Replacing a substring
I've got a string like this: aXYbXYc, and need to replace the XY substring with a right arrow: a $\to$ b $\to$ c.
Is there any function (also provided by external packages) to help me do that?