Hi,
I have an html file, In which i have many "a" tags.
example: .com">Visit W3Schools.com!
I want to replace back space with "-" and the final output will be like this www.w2schools-.com
.com">Visit W3Schools.com!
Thanks
Darma
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Mar 12, 2013, 7:16 AM
// ...
darma tejaPosted Mar 12, 2013, 6:16 AM
Thank you very much for the reply.
Actually when I did with this code, It removes all black spaces in html file.
But I want to remove only blank spaces in href only.
Darma
VulpesPosted Mar 11, 2013, 7:45 PM
// ...
brunda kPosted Mar 11, 2013, 1:52 PM