borisguery / Inflexible

Other
19 stars 3 forks source link

Add string shortener with optional affix and positions #5

Closed borisguery closed 11 years ago

borisguery commented 11 years ago
Inflexible::shorten('Lorem ipsum', 5, '...', 'end'); 

should return

'Lor...sum'