module StringModifier

Direct including types

Defined in:

lucky_env/string_modifier.cr

Instance Method Summary

Instance Method Detail

def format_key(key : String) : String #

All "keys" are uppercase with no spaces


[View source]
def remove_wrapped_quotes(string : String) : String #

Removes single or double quotes wrapped around the string


[View source]