Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Regular Expression Builder

by Rich36 (Chaplain)
on Aug 30, 2002 at 15:23 UTC ( [id://194140]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Regex::PreSuf;
    my $re = presuf({anychar => 1}, qw(@foo @bar @baz));
    print qq($re\n);
    __RESULT__
    \@(?:ba[rz]|foo)
    

Log In?
Username:
Password:

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

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

    No recent polls found