utils/word_wrap library

Word wrap a string. Copyright (C) 2024, Togaware Pty Ltd

Licensed under the GNU General Public License, Version 3 (the "License");

License: https://opensource.org/license/gpl-3-0

Authors: Graham Williams

Functions

wordWrap(String text, {int width = 40}) String
Wrap a string using a word wrap strategy.