I have string value in HTML get web. Stored in varible s as shown below.
<iframe width="560" height="315" src="https://www.youtube.com/embed/ubR8WfwQTkw" frameborder="0" allowfullscreen></iframe>
Problem
I want to change the width value 560 to 250.
I try to use s.replace("560", "250"); but its not working.
Any clues ...how can i change it.
