my $class = "large-image-right-landscape"; $content =~ s{ ( # start capture ]* # everything to the tag end > # tag end ) # end capture }{ $1 }sigx;