# $EPIC: nohighlight.txt,v 1.2 2006/08/01 05:32:26 sthalik Exp $ ======Synopsis:====== $__nohighlight__() ======Technical:====== This function returns with all highlight characters escaped. All ^B, ^V, ^_, ^O, ^C, and ^[ characters will be replaced by an inverse of their control character, to remove all highlighting. ======Practical:====== This function is no longer useful and is retained for backwards compatibility. New scripts should use $[[stripcrap]]() instead. ======Returns:====== with no parsable highlight characters, except the reverse used to show the control character. ======Examples:====== $nohighlight(this **is** a __test__) Returns "this ^Bis^B a ^_test^_"