On Wed, Nov 10, 2010 at 01:21:57PM -0500, Chase Albert wrote:
> That's exactly what I was looking for*. Awesome, thank you.
> 
> * Almost. E.g. isL would be nice to have as well.

Those exist also:

  $ ./perl6
  > say 'abCD34' ~~ / <isL> /
  a
  > say 'abCD34' ~~ / <isN> /
  3
  > 

Pm

Reply via email to