module

Bubbles::Internal::Runeutil

Class methods

new_sanitizer(*opts : Option) : Sanitizer

NewSanitizer constructs a rune sanitizer.

Source
replace_newlines(nl_repl : String) : Option

ReplaceNewlines replaces newline characters by the specified string.

Source
replace_tabs(tab_repl : String) : Option

ReplaceTabs replaces tabs by the specified string.

Source

Nested types