Hi All, Wish I had a Q[;;;] expression inside a regex, but I don't
This is my notes on how to do a regex with a special
characters in it:
Regex with literals in it:
$JsonAddr ~~ s| (';') .* ||;
It "usually" works.
Unfortunately this one hangs my program (I am slicing
up a web page):
$NewRev ~~ s/ .*? ('Release Notes <strong>V') //;
I need a better way of doing the above.
Many thanks,
-T
