module MightyString::String
Direct including types
Defined in:
mightystring/string.crInstance Method Summary
- #bhead(*args)
- #bisect_head(offset = 1)
- #bisect_tail(offset = 1)
- #btail(*args)
- #del(indexes : Int32 | Array(Int32) | Range(Int32, Int32) | ::String)
- #first(*args)
- #head(offset = 1)
- #index_all(matcher)
- #last(*args)
- #sift(chars_to_keep)
- #sort
- #tail(offset = 1)
- #unshift(str)
- #values_at(*args)