Skip to content
TG007 community snippet #57

String to Hex - RegEx style

This is just another way to convert a text string to a hex hash. Useful for chat room names and etc.

By Pablo Added Apr 14, 2011
General IRC All snippets
mIRC script 2 lines
About this snippet

Overview

This is just another way to convert a text string to a hex hash. Useful for chat room names and etc.
Source code

mIRC script

2 lines · 70 characters
alias hexer { return $regsubex($1-,/(.)/g,$base($asc(\t),10,16,2)) }
Community

Comments

Want to join the discussion? Sign in to TG007.
No comments yet. Start the discussion.