How to replace first occurrence of a substring
699031May 6 2009 — edited Jul 1 2011How to replace first occurrence of a substring from my original string? any built in functions available in PL/SL?
EX: Original string: "webinweb" i need the output string as: "xyzinweb" just replace first occuarnce of "web" by "xyz"