How do you replace <these> with Perl regular expressions?

The Awaken

New member
For example:

$string = "abcabc<BLOB>abcabc";
$newstring = s/....;

I am trying to replace <BLOB> with any given word but am having slight issues as I am not regex-friendly...
 
Back
Top