correct: ```php preg_match('/^abc... ``` incorrect: ```php preg_match('/abc... ``` https://github.com/faux-combinator/php/blob/master/src/FauxCombinator/Lexer.php#L27 should ofc include tests
correct:
preg_match('/^abc...incorrect:
preg_match('/abc...https://github.com/faux-combinator/php/blob/master/src/FauxCombinator/Lexer.php#L27
should ofc include tests