Help for this page

Select Code to Download


  1. or download this
    $string =~ s/\d{2} (\W) \d{2} \1 \d{2}/$1-$2-$3/x
    
  2. or download this
    $string =~ tr!/!-!;