fork(2) download
  1. <?php
  2.  
  3. if (!preg_match('~^[A-Z0-9]*(?:\.[A-Z0-9]*)?$~i', 'abc.def.ghi'))
  4. {
  5. echo "Invalid Username";
  6. }
Success #stdin #stdout 0.01s 23808KB
stdin
Standard input is empty
stdout
Invalid Username