This is a plugin for developers that provides many commonly used functions, including code naming style conversion, color parser, base32 and base64 encoding and decoding, sha1 and sha256 encoding, md5 encoding, uuid generator, regex matching, capitalization conversation, etc.
If you have other features, or encounter any problems, welcome to submit a feedback.
Supports 6-digit and 8-digit hexadecimal lengths, example 0xAABBCC
0xEE778899
. The 0x
prefix can be omitted.
RGB format supports two writing methods, example: rgb 7 77 777
rgb(25,25,25)