# $EPIC: fromw.txt,v 1.3 2007/03/02 02:32:04 jnelson Exp $ ======Synopsis:====== $__fromw__( ) ======Technical:====== * If the argument is omitted this function returns the empty string. * The is literal strings. Before EPIC4-1.1.10, the was a list of wildcard patterns. * If is not found in , this function returns the empty string. * Otherwise, the function behaves "as if" the following had been performed: \\ = findw( ) \\ = restw( ) * Remember that is a list of [[what is a word|words]]. ======Practical:====== This function lets you get the part of that occurs AFTER AND INCLUDING the . ======Returns:====== The portion of after and including the . ======Examples:====== $fromw(foobar one two foobar my shoe) returns "foobar my shoe" $fromw(booya one two foobar my shoe) returns "" (empty string) $fromw(foobar f* fo* foobar foo* foob*) returns "foobar foo* foob*" ======History:====== This function first appeared in "+2" (post-ircII, pre-EPIC)