rviscomi / trunk8

jQuery Truncation Plugin -- THIS PROJECT IS NO LONGER MAINTAINED
MIT License
703 stars 95 forks source link

Word Wrap #70

Closed thiagosgarcia closed 4 years ago

thiagosgarcia commented 8 years ago

Truncating words in anywhere can cause that potentially offensive or unpleasant words be displayed. With WordWrap function, this Regexp will keep the text within the desired box, but truncating only whole words. I will use it in a project that demands that the truncated texts don't break apart within words.

About line 296 on trnuk8.js, I'm not actually proud of it, but I could only see this solution for reversing the string and then reversing back after applying the regex.

s3rgeym commented 7 years ago

https://github.com/tz4678/Advanced-JavaScript/blob/master/wordwrap.js можешь использовать эту функцию