Help for this page
Select Code to Download
Select
or
download this
$string =~ s/\d{2} (\W) \d{2} \1 \d{2}/$1-$2-$3/x
Select
or
download this
$string =~ tr!/!-!;