[REBOL] Re: Parse query
From: jrdrp:blueyonder at: 12-Nov-2001 11:25
Andrew,
Thanks but this doesn't seem to work.
The REBOL parse documentation does not look very comprehensive to me for a
feature which is obviously very powerful. I am not clear from reading it how
your rules starting with copy are intended to work.
Also can the rules enforce specific character sequences
e.g. dd/mm/yyyyy because my reading of a rule like
2 digit "/" 2 digit "/" 4 digit is that it would allow values like
31 /01/ 1997 i.e. embedded white space between terms?
John