#!/usr/bin/perl use strict; # https://perlmonks.org/?node_id=11138609 use warnings; my $have = <## # turn * into - within |...| regions A |simple*example| is |so*simple| to come*up |with these*days| # turn * into - within |...| regions A |simple-example| is |so-simple| to come*up |with these-days|