Hi,
I'm having dificulty matching a string that includes parenthases whiler using a back reference.
Let's say $search = "Me & You (Hard Frequencies Remix)" and $_->{'Disp_Title'} contains that string.
This is what I have...
But my replace isn't working?
Cheers,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts
I'm having dificulty matching a string that includes parenthases whiler using a back reference.
Let's say $search = "Me & You (Hard Frequencies Remix)" and $_->{'Disp_Title'} contains that string.
This is what I have...
Code:
$_->{'Disp_Title'} =~ s/(\Q$search\E)/<span class="red"><b>$1<\/b><\/span>/gi;
But my replace isn't working?
Cheers,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts