| [Previous][Up][Next] | 
Functions for formatting strings.
| Name | Description | 
|---|---|
| AdjustLineBreaks | Convert line breaks to line breaks for system | 
| FormatBuf | Format a buffer | 
| Format | Format arguments in string | 
| FmtStr | Format buffer | 
| QuotedStr | Quote a string | 
| StrFmt | Format arguments in a string | 
| StrLFmt | Format maximum L characters in a string | 
| TrimLeft | Remove whitespace at the left of a string | 
| TrimRight | Remove whitespace at the right of a string | 
| Trim | Remove whitespace at both ends of a string |