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

Re: Problem with regular expression

by MARVion (Novice)
on Feb 13, 2013 at 09:38 UTC ( [id://1018510]=note: print w/replies, xml ) Need Help??


in reply to Problem with regular expression

Hi again,

well, with a litte change Utilitarian's Code works perfectly for me.

TFS[-_\s]?(?:CR|ID)?:?\s?([1-9]\d+)


However, I would appreciate it, if you could explain this section to me, as I'm not that familiar with regular expressions but for sure I want to learn to use them!

(?:CR|ID)?

Greetz

MARV

Replies are listed 'Best First'.
Re^2: Problem with regular expression
by Utilitarian (Vicar) on Feb 13, 2013 at 13:24 UTC
    oops, I missed the one with a colon :(
    (?: # begin non capturing group CR|ID # alternation accepts either pattern group 'CR' or 'ID' )? # group is optional

    print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (2)
As of 2024-04-20 06:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found