module Cabochon

Overview

TODO Write documentation for Cabochon

Included Modules

Defined in:

cabochon.cr
lib/string_utils.cr

Constant Summary

VERSION = "0.1.0"

Instance methods inherited from module Cabochon::StringUtils

capitalize?(str : String) : Bool capitalize?, digit?(str : String) : Bool digit?, downcase?(str : String) : Bool
downcase?(ch : Char) : Bool
downcase?
, pad(string : String = "", length : Int = 0, chars : String = " ") : String pad