Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: In search of a better way to trim string length

by BrowserUk (Patriarch)
on Jul 19, 2004 at 09:49 UTC ( [id://375505]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub trimTo {
        my( $str, $n ) = @_;    
    ...
    
        ## Tack on the '...'
    }
    
  2. or download this
    sub trimTo {
        my( $str, $n ) = @_;    
    ...
    
        return substr( $str, 0, $truncLen ) . ' ...';
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://375505]
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-26 04:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found