html - MySQL - How can i remove specific part of a string? -


i have html embed codes inside database. want remove height , width values them. values not same can't use "replace" method. embed codes <iframe width="560" height="315" src="***" frameborder="0" allowfullscreen></iframe>.

are there methods can replace 'width="{any value}"' "" (emptiness)


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -