Re: [xml-dev] regular expressions

From
David Tolpin <>
To
Date
2004-01-29T21:31:59Z
ID
<>
Thread
Re: [xml-dev] regular expressions
> 
> If Perl 6 ends up getting traction I think we'll see a stronger
> move for this, because Perl 6 regular expressions support an
> EBNF-style syntax and context-free (or context-sensitive) grammars
> are integrated into regular expressions.
> 
> I'll also note you can simplify your specific pattern using character
> classes, e.g. :alnum: or \a (depending on the schema language), at
> some minor possible cost in portability.

What schema language supports :alnum: or \a?

David