Help for this page

Select Code to Download


  1. or download this
        s/
         (         # Capture group $1
    ...
         )
        /int ($1) . " " x (length($1) - length(int($1)))/egx;