Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: regex pattern match

by McA (Priest)
on Mar 29, 2013 at 10:15 UTC ( [id://1026121]=note: print w/replies, xml ) Need Help??


in reply to Re: regex pattern match
in thread regex pattern match

Nice approach.

Replies are listed 'Best First'.
Re^3: regex pattern match
by hdb (Monsignor) on Mar 29, 2013 at 10:20 UTC

    I do not like the line where I replace $first with spaces. It really should be:

    $first =~ s/./ /g;

    I love regular expressions! However, things can get easily out of hand and become unmaintainable. Also, these are quite format dependent. Should there be only one column, it would not work anymore.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (7)
As of 2024-03-28 18:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found