Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Perl regular expressions vs. RL, CFL, CSL

by gjb (Vicar)
on Jan 07, 2003 at 05:40 UTC ( [id://224866]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    { a^n b^n | n >= 0}
    
    ...
            (a*)
            (??{sprintf("b{%d}", (length($1)))})
           $/x
    
  2. or download this
    { a^n b^n c^n | n >= 0 }
    
    ...
            (??{sprintf("b{%d}", (length($1)))})
            (??{sprintf("c{%d}", (length($1)))})
           $/x
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://224866]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-03-19 03:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found