<?php $string = file_get_contents("test.txt");$regExp = "/\\b[a-z]{1,4}\\b/ui";$count = preg_match_all($regExp, $string);echo $count;
Standard input is empty
Standard output is empty
PHP Warning: file_get_contents(test.txt): failed to open stream: No such file or directory in /home/whcpdS/prog.php on line 3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!