module MightyString::String

Direct including types

Defined in:

mightystring/string.cr

Instance Method Summary

Instance Method Detail

def bhead(*args) #

[View source]
def bisect_head(offset = 1) #

[View source]
def bisect_tail(offset = 1) #

[View source]
def btail(*args) #

[View source]
def del(indexes : Int32 | Array(Int32) | Range(Int32, Int32) | ::String) #

[View source]
def first(*args) #

[View source]
def head(offset = 1) #

[View source]
def index_all(matcher) #

[View source]
def last(*args) #

[View source]
def sift(chars_to_keep) #

[View source]
def sort #

[View source]
def tail(offset = 1) #

[View source]
def unshift(str) #

[View source]
def values_at(*args) #

[View source]