Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: regular expression assistance

by chip (Curate)
on May 10, 2008 at 00:43 UTC ( [id://685803]=note: print w/replies, xml ) Need Help??


in reply to Re: regular expression assistance
in thread regular expression assistance

Sadly that pattern misinterprets 100100100100 as a valid IP.

At the very least you'd want to replace \.? with (?:\.|\z) or the like.

    -- Chip Salzenberg, Free-Floating Agent of Chaos

Replies are listed 'Best First'.
Re^3: regular expression assistance
by GrandFather (Saint) on May 10, 2008 at 01:35 UTC

    There are many ways of breaking the pattern. Most of them can't be resolved without knowing the nature of the strings being matched.

    The intent was to demonstrate a way of including the range test in the match rather than to strictly match IP number strings and nothing else. So don't be sad, learn from the technique and be happy. ;)


    Perl is environmentally friendly - it saves trees

Log In?
Username:
Password:

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

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

    No recent polls found