Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Parse versus Regular Expressions

From: lmecir:mbox:vol:cz at: 6-Apr-2003 0:23

> > The Perl/Python/etc-style regular expression which tests for this > > situation and provides the first occurrence of the repeated group > > of characters is > > > > /(.+)\1+$/
The only trouble with this "Regular expression" is, that it isn't a Regular Expression. I don't want to forbid its usage, but the name is incorrect and misleading. Regards -Ladislav