Luke Palmer writes:
> Hans Ginzel writes:
> > Hello,
> >
> >I am missing, in Perl5, some shortcut for matching not whole word,
> > e.g.:
> >
> > /^--v(?:e(?:r(?:s(?:i(?:on?)?)?)?)?)?$/
> >
> > Would there be something in Perl6?
>
> Well, I don't think there's an *exact* substitute f
Hans Ginzel writes:
> Hello,
>
>I am missing, in Perl5, some shortcut for matching not whole word,
> e.g.:
>
> /^--v(?:e(?:r(?:s(?:i(?:on?)?)?)?)?)?$/
>
> Would there be something in Perl6?
Well, I don't think there's an *exact* substitute for that maximally
efficient pattern (b