Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: How do I replace \t and regarding to the alignment requirement ?

by PerlOnTheWay (Monk)
on Apr 19, 2012 at 14:20 UTC ( [id://965975]=note: print w/replies, xml ) Need Help??


in reply to Re: How do I replace \t and regarding to the alignment requirement ?
in thread How do I replace \t and regarding to the alignment requirement ?

This doesn't work for multiple lines.
  • Comment on Re^2: How do I replace \t and regarding to the alignment requirement ?

Replies are listed 'Best First'.
Re^3: How do I replace \t and regarding to the alignment requirement ?
by JavaFan (Canon) on Apr 19, 2012 at 14:26 UTC
    Sure it does.

    Unless you mean that you want to restart counting offsets on each newline. But you didn't specify that.

      Yes I want to restart counting offset on newline,sorry for missing that!
        The trivial way to doing that is to split the string on newlines, tabify each line, than join them with newlines again.
        A reply falls below the community's threshold of quality. You may see it by logging in.
Re^3: How do I replace \t and regarding to the alignment requirement ?
by Anonymous Monk on Apr 19, 2012 at 14:23 UTC

    And what should it do for multiple lines?

Log In?
Username:
Password:

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

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

    No recent polls found