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