Let's say I have this string:
<linkhref="http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700"rel="stylesheet"type="text/css">
I need to remove the text before and after "Open+Sans:400italic,400,300,600,700" Any of you code-wizards who knows how to make a regex for this? Or is there a better way than using
Anonymous User
05-Oct-2013A Perl style regex perhaps too much crafted for your example: