Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
encjson
1.5.0
EncJson
App
CryptoUtils
JsonUtils
JsonType
SecureBox
SecureString
StringUtils
Utils
Encjson
Web
App
Built with Crystal 1.9.2
2023-10-07 18:00:35 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
]