0 LIKES
Snippet
String to Hex - RegEx style
In Category General IRC Posted by Pablo On 04/14/11
This is just another way to convert a text string to a hex hash. Useful for chat room names and etc.
alias hexer { return $regsubex($1-,/(.)/g,$base($asc(\t),10,16,2)) }
Comments 0
You must be logged in to comment.