Plugin Name: ascii-hex Authors : Mary Carome (maryc13), Steven Stulga (sjstulga) /**************************************************/ Function: This plugin will convert one line of ASCII text from its character representation to hexadecimal, with each hex number separated by a space. i.e. > ascii-hex hello world! 68 65 6c 6c 6f 20 77 6f 72 6c 64 21 Usage: > ascii-hex [string]