class EncJson::StringUtils

Defined in:

string_utils.cr

Constant Summary

MAPPING = "0123456789abcdef".chars

Class Method Summary

Class Method Detail

def self.has_content?(str) #

[View source]
def self.hex_to_str(hex) : String #

[View source]
def self.str_to_hex(str) : String #

[View source]