sprinkles icon indicating copy to clipboard operation
sprinkles copied to clipboard

Add $truncate() and $truncateFromCenter() to String.prototype

Open avand opened this issue 10 years ago • 0 comments

"The quick brown fox jumped over the lazy dog".truncate(10)           // => "The qui..."
"The quick brown fox jumped over the lazy dog".truncateFromCenter(10) // => "The ...dog"

avand avatar May 29 '14 20:05 avand