str-hex-utils
v1.0.1
Published
A simple utility library for string manipulations including case transformations and hexadecimal conversions.
Downloads
15
Maintainers
Readme
str-hex-utils
A simple utility library for string manipulations including case transformations and hexadecimal conversions.
Features
- Convert strings to lowercase or uppercase.
- Convert text to hexadecimal and vice versa.
- Convert numbers to hexadecimal and vice versa.
Installation
Use npm to install str-hex-utils
:
npm install str-hex-utils