# $EPIC: pass.txt,v 1.4 2007/03/02 02:32:04 jnelson Exp $ ======Synopsis:====== $__strip__( ) \\ $__pass__( ) ======Technical:====== * The argument is a [[what is a word|dword]] which is different from most functions. * If the argument is omitted the empty string is returned. * If the argument is omitted the empty string is returned. * The return value for $strip() is a copy of from which every instance of any character in has been removed. * The return value for $pass() is a copy of from which every instance of any character not in has been removed. ======Practical:====== These functions can be useful to remove dangerous or unwanted characters from a text string. ======Returns:====== $strip(): with all of the characters in removed. \\ $pass(): with all of the characters not in removed. ======Examples:====== $strip(aeoiu hello there) returns "hll thr" $pass(aeoiu hello there) returns "eoee" ======History:====== This function originally appeared in ircII-2.1.5