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

Re^2: regex related...search and delete

by freekngeek (Acolyte)
on Jan 14, 2013 at 10:43 UTC ( [id://1013184]=note: print w/replies, xml ) Need Help??


in reply to Re: regex related...search and delete
in thread regex related...search and delete

It's a fix format and it's working now. Thank you for your solution, May be I'll try this some other time.
  • Comment on Re^2: regex related...search and delete

Replies are listed 'Best First'.
Re^3: regex related...search and delete
by LanX (Saint) on Jan 14, 2013 at 10:53 UTC
    > It's a fix format and it's working now.

    no it's not, chorobas solution will delete any "L " outside of parens too.

    if its really a fix format, use something like s/\(L (\d+) W (\d+)\)/($1 $2)/g

    Cheers Rolf

Log In?
Username:
Password:

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

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

    No recent polls found