Help for this page

Select Code to Download


  1. or download this
     s/ ^ ([\w_-]+) \. ([\w:]+) [A-Z]{3} \. /$1.$2./x;
    
  2. or download this
     s/ ^ ([\w_-]+) \. ([\w:]+) [A-Z]+ \. /$1.$2./x;