Help for this page
use strict; use warnings; ... ABhere is intervening textC D A B C, lots of text and numbers and equals and slashes DEFG ABhere IS intervening TEXTC D
my $stuff = qr/[^A-Z]*/; my $regex = join($stuff, split '','ABCD');