Help for this page

Select Code to Download


  1. or download this
    /^(?=.*[A-Za-z])(?=.*[0-9])[A-Za-z0-9]{3,10}\z/
    
  2. or download this
    /^[A-Za-z0-9]{3,10}\z/ && /[A-Za-z]/ && /[0-9]/
    
  3. or download this
    /^(?=[A-Za-z0-9]{3,10}\z).*(?:[0-9][A-Za-z]|[A-Za-z][0-9])/
    
  4. or download this
    /(?>(?:[0-9][A-Za-z]|[A-Za-z][0-9]).*\z)(?(?{pos()<3||pos()>10})(?!))/
    
  5. or download this
    ----------------------------------------
    Short (arg: 2j)
    ...
    ikegami1  746/ms     376%       --     -45%     -45%
    ikegami3 1351/ms     762%      81%       --      -1%
    ikegami2 1365/ms     770%      83%       1%       --
    
  6. or download this
    use strict;
    use warnings;
    ...
       print("Multiply by $INNER to get real rate\n");
       print("\n");
    }