text utilities
conventions:
the delimiter used is LF
"paragraph" is a character string terminated by a LF
paragraphs would normally be reformatted for display
"text" is a character string with possibly several LFs.
main verbs:
capitalize capitalize text
cutpara cut character string into boxed list of paragraphs
cuttext cut character string into boxed list of texts
foldtext fold character string to given width
utilities:
foldpara fold single paragraph to given width
topara convert character string into paragraphs
Defined items
Name | Class | Description |
---|
capitalize | Verb | capitalize text |
cutpara | Verb | cut text into boxed list of paragraphs |
cuttext | Verb | cut text into boxed list of texts |
foldtext | Verb | fold text to given width |
foldpara | Verb | fold single paragraph |
topara | Verb | convert text to paragraphs |