class String

Overview

If you require "cythara/string" then the following helper-methods become available on all your String-instances.

Included Modules

Defined in:

cythara/string.cr

Instance Method Summary

Instance Method Detail

def contains_ansi? #

def linewrap(width : Int32, strip_leading_space = true) #

def strip_ansi #

def wordwrap(width : Int32, separator = [' ', '\n'], breakers = ['-']) #