Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Perl 6 - How to combine two negates charachter classes in a grammar

by holli (Abbot)
on Mar 24, 2010 at 12:57 UTC ( [id://830548]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use v6;
    
    ...
        token not_a { <-[ a ]> }
        token not_b { <-[ b ]> }
    }
    
  2. or download this
    neither_a_nor_b
  3. or download this
    not_a
  4. or download this
    not_b

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://830548]
Approved by rovf
Front-paged by Arunbear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-25 23:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found