Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
encjson
1.7.5
EncJson
App
CryptoUtils
JsonUtils
JsonType
SecureBox
StringUtils
Utils
Encjson
Web
App
Generated using Crystal 1.16.3
2025-10-10 02:49:06 UTC
class
EncJson::
StringUtils
EncJson::StringUtils
Reference
Object
Defined in:
string_utils.cr
Constant Summary
MAPPING
=
"0123456789abcdef"
.chars
Class Method Summary
.has_content?
(str)
.hex_to_str
(hex) : String
.str_to_hex
(str) : String
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
]