Help for this page

Select Code to Download


  1. or download this
    $_ = 'filename.12345Gif';
    s/^(\.*\.).*(...)$/$1$2/s;
    print;