re: Matching subrules
[email protected] ("Peter van der Kamp") Tue, 24 Jun 2003 16:38:33 +0200
| Newsgroups | perl.recdescent |
|---|---|
| Organization | Instituut voor Nederlandse Lexicologie |
| Message-ID | <3EF87E89.16676.1BD09CC@localhost> |
>Your grammar clearly does not preclude extra stuff at the end of the > string and you do not specify that the string must be completely > consumed. Thanks for the answers received so far. The /\D/ after Criteria:zoekVraag was a typo, /\Z/ was intended; sorry for that. Experimenting so far with your solutions, it seems that completely consuming the string is the answer. Adding 'eostring' after basisZoekVraag (operator basisZoekVraag)(s) and defining eostring as /\Z/ results in the behaviour I want. I'm new to this kind of stuff, so your help was appreciated. Peter