xpblueScreenOfDeath
Programmer
- Sep 1, 2004
- 87
Is there a easy way to replace the last occurance of a string with another string and how to do it?
Example:
a, b, c, d.
Replace last "," with "and", so the outcome will be:
a, b, c and d.
Example:
a, b, c, d.
Replace last "," with "and", so the outcome will be:
a, b, c and d.