fork(1) download
  1. <?php
  2.  
  3. $str = 'VMName Count CompatibilityForMigrationEnabled CompatibilityForOlderOperatingSystemsEnabled ------ ----- -------------------------------- -------------------------------------------- ap-1-38 3 False False';
  4. if (preg_match('/(?<!\S)[1-8](?!\S)/', $str, $match)) {
  5. echo $match[0];
  6. }
Success #stdin #stdout 0s 82944KB
stdin
Standard input is empty
stdout
3