module DA_STRING

Extended Modules

Defined in:

da_string.cr

Constant Summary

ASCII_TABLE = Array(String | Nil).new("~".codepoints.first + 1, nil)
DOUBLE_SPACE = " "
NEW_LINE = "\n"
NEW_LINE_CODEPOINT = "\n".codepoints.first
SPACE = " "
SPACE_CODEPOINT = " ".codepoints.first
TAB_CODEPOINT = "\t".codepoints.first
TILDA_CODEPOINT = "~".codepoints.first

Instance Method Summary

Instance Method Detail

def clean(s : String, new_str : IO::Memory) #

[View source]
def clean(s : String) #

[View source]
def clean_codepoint(x : Int32) #

[View source]