Overview
Facilitates the developer to convert a decimal or hexadecimal without referring to an Ascii table.
Key Features & Functionality
Provides expression functions that would be useful when combining with char():
Hi normanc, this plugin will offer you to convert an escaped character (\n,\b,\t etc) to dec or hexa. toasciidec("\n")
Seems similar to the built-in functions, e.g. code("a") will return 97 and dec2hex(code("z")) will return 7A