Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

regex for nested "<"/">'

by clueless newbie (Curate)
on Feb 11, 2020 at 20:41 UTC ( [id://11112811]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    use 5.01800;
    ...
            $case =~ qr{$re} ? "matches: '$&'" : "doesn't match";
        };
    __END__
    
  2. or download this
    perl Conway_01.pl
    <1>
    ...
    matches! <1,2>
    <1,2,<3,4>,5,6>
    matches! <3,4>      !!!! shouldn't this be <1,2,<3,4>,5,6>
    

Log In?
Username:
Password:

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

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

    No recent polls found