Parent Directory
|
Revision Log
|
Patch
revision 427 by ph10, Fri Aug 28 09:55:54 2009 UTC | revision 428 by ph10, Mon Aug 31 17:10:26 2009 UTC | |
---|---|---|
# | Line 4437 | Line 4437 |
4437 | dogs\P | dogs\P |
4438 | dogs\P\P | dogs\P\P |
4439 | ||
4440 | /dog(sbody)??/ | |
4441 | dogs\P | |
4442 | dogs\P\P | |
4443 | ||
4444 | /dog|dogsbody/ | /dog|dogsbody/ |
4445 | dogs\P | dogs\P |
4446 | dogs\P\P | dogs\P\P |
4447 | ||
4448 | /dogsbody|dog/ | |
4449 | dogs\P | |
4450 | dogs\P\P | |
4451 | ||
4452 | /Z(*F)Q|ZXY/ | |
4453 | Z\P | |
4454 | ZA\P | |
4455 | X\P | |
4456 | ||
4457 | /\bthe cat\b/ | |
4458 | the cat\P | |
4459 | the cat\P\P | |
4460 | ||
4461 | /dog(sbody)?/ | |
4462 | dogs\D\P | |
4463 | body\D\R | |
4464 | ||
4465 | /dog(sbody)?/ | |
4466 | dogs\D\P\P | |
4467 | body\D\R | |
4468 | ||
4469 | /abc/ | |
4470 | abc\P | |
4471 | abc\P\P | |
4472 | ||
4473 | / End of testinput7 / | / End of testinput7 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |