public function fileNameExample() { $scanner = new Scanner('file_%[^.].%d.%s'); $this->assertEquals(array('file_hello.0124.gif', 'hello', '0124', 'gif'), $scanner->match('file_hello.0124.gif')->group(0)); }