Skip to content Skip to sidebar Skip to footer

Regex To Remove Html Tags With Certain Class From String

I need to remove all a tags which have a certain class from a string and store them in another string. For example: var str = 'this is a string link&

Solution 1:

Post a Comment for "Regex To Remove Html Tags With Certain Class From String"