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

Re: Oneliner with substring trimming and padding

by Ratazong (Monsignor)
on Jul 17, 2012 at 12:09 UTC ( [id://982214]=note: print w/replies, xml ) Need Help??


in reply to Oneliner with substring trimming and padding

What about the following approach:

  1. adding a "maximum number" of padding-characters at the end of your substring
  2. cutting the substing back to the desired number of characters
That way you avoid calculating the real number of needed padding-characters

Just an idea. Rata

  • Comment on Re: Oneliner with substring trimming and padding

Replies are listed 'Best First'.
Re^2: Oneliner with substring trimming and padding
by Neighbour (Friar) on Jul 17, 2012 at 12:18 UTC
    Sure, but how do you do this in an inplace-edit oneliner? :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-24 23:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found