Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Regular Expression: search two times for the same number of any signs

by Eily (Monsignor)
on Nov 29, 2016 at 11:03 UTC ( [id://1176792]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use v5.20;
    
    while (<DATA>)
    ...
    x12x..x
    x123x...x
    x123x.x.x
    
  2. or download this
    xxx => '' x ''
    x.x.x => '.' x '.'
    x12x..x => '12' x '..'
    x123x...x => '123' x '...'
    x123x.x.x => '123' x '.x.'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-03-29 10:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found