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? #

[View source]
def linewrap(width : Int32, strip_leading_space = true) #

[View source]
def strip_ansi #

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

[View source]