Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Seeker of Regex Wisdom (strings which don't form specific patterns)

by kcott (Archbishop)
on Aug 12, 2015 at 20:38 UTC ( [id://1138344]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -MRegexp::Common=net -wnE '/^$RE{net}{IPv4}/ and next; /^\S+\s+
    +.*?$RE{net}{IPv4}/ and say'
    127.0.0.1aaa 127.0.0.1
    ...
    aaa 127.0.0.1
    aaa 127.0.0.1
    
  2. or download this
    $ perl -MRegexp::Common=net -wnE '/^$RE{net}{IPv4}/ and next; /^\S+\s+
    +.*?$RE{net}{IPv4}/ and say'
    ADMIN__SANDRO_DESK="123.156.78.90"   #  ilcylic Desktop
    ...
    # 06/06/15    SR    Chgd SANDRO 121.123.154.99
    # 06/06/15    SR    Chgd SANDRO 121.123.154.99
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1138344]
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-03-19 06:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found