Qore TextWrap Module Reference  1.0
TextWrap Module

TextWrap Module Introduction

The TextWrap module provides some convenience functions, as well as TextWrapper class, for text wrapping and filling.

To use this module, use "%requires TextWrap" in your code.

All public symbols in the module are defined in the TextWrap namespace.

Primary class provided by this module:

Convenience functions:

Loosely related functions:

TextWrap Module Release Notes

TextWrap 1.0

  • initial version of the TextWrap module