How can I write regular expression that
replace
to
any help will be nice
thanks,
replace
to
any help will be nice
thanks,
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
var port = 20001;
var origin = "[URL unfurl="true"]https://localhost/Sm.Services/BatchService.svc/invoke"[/URL]
url = origin.replace("[URL unfurl="true"]https://",[/URL] "[URL unfurl="true"]http://").replace("localhost",[/URL] string.format("localhost:{0}", port));