Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cabochon
master
Cabochon
StringUtils
Generated using Crystal 1.14.0
2025-01-31 14:47:19 UTC
module
Cabochon
Overview
TODO
Write documentation for
Cabochon
Included Modules
Cabochon::StringUtils
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