This namespace contains 5 node(s).
Available Nodes
- Dedent Text - Removes any common leading whitespace from every line in text. textwrap, dedent, whitespace
- Fill Text - Wraps text to a specified width, returning a formatted string. textwrap, fill, wrap
- Indent Text - Adds a prefix to the beginning of each line in the text. textwrap, indent, prefix
- Shorten Text - Shortens text to fit within a width, using a placeholder if truncated. textwrap, shorten, tru…
- Wrap Text - Wraps text to a specified width, returning a list of lines. textwrap, wrap, lines