Saturday, 31 August 2013

How to add suffix or prefix to the found text?

How to add suffix or prefix to the found text?

I am developing the phonegap application.
I am wondering is there any way to add prefix or suffix to the
searched(found) text in any editor.
url:1.php
url:2.php
url:3.php
Is there any way i can append http://myserver.com/php/ to all the urls. So
that the resulting urls be:
url:http://myserver.com/php/1.php
url:http://myserver.com/php/2.php
url:http://myserver.com/php/3.php
Because the php files will be on my hosting server and the other files
will be on the local machine.

No comments:

Post a Comment