This question seems to have been answered before but for ASP/VB.
I'm using ASP/mod_perl. Is there any equivalent command for mod_perl? Replace does not work for me...
Sorry, wasn't clear enough in my question. What I was looking for is the function that replaces every occurence of a string in a large string with another string. In other words, just like Replace in ASP/VB, but I can only use ASP/mod_perl.
Example
I have this string: "Hello Mr.X, how are you doing Mr.X?"
and then I want to replace Mr.X with another name, Mike, so that I get: "Hello Mike, how are you doing Mike?"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.