[REBOL] Re: Regular expression
From: lmecir::mbox::vol::cz at: 15-Oct-2004 19:20
Pietro Leone napsal(a):
>Hallo, I'm reading the ROG book and at the same time I'm learning Perl
>and a bit of regular expression, the question is, does Rebol support the
>regexp? And how? Is there an external plugin?
>
--- snip ---
There is no need to have regular expressions, because PARSE can do
everything Regular Expressions do plus a whole lot more. See
http://www.compkarori.com/vanilla/display/PARSE-Versus-Regexs for some
comparison info.
-Ladislav