fork download
  1. <?php
  2.  
  3. if (preg_match("#^[^a-z]*$#", "la nuit, tous les chats sont gras"))
  4. {echo 'TRUE';}
  5. else
  6. {echo 'FALSE';}
Success #stdin #stdout 0s 52488KB
stdin
Standard input is empty
stdout
FALSE