DESCRIPTION This module provides routines for dealing with text that contains ANSI color codes, e.g. for determining its length/width (excluding the color codes), stripping the color codes, extracting the color codes, and so on. There is also a non-wide variant: Text::ANSI::NonWideUtil. The difference is that ::WideUtil can handle wide (full-width) Unicode characters, while ::NonWideUtil can also handle normal/halfwidth/ASCII characters. FUNCTIONS # INSERT_BLOCK_FROM_MODULE: Text::ANSI::Util pod_wide_functions SEE ALSO Text::ANSI::NonWideUtil Text::WideChar::Util