# $EPIC: fromw.txt,v 1.3 2007/03/02 02:32:04 jnelson Exp $
$fromw(<word> <word list>)
This function lets you get the part of <word list> that occurs AFTER AND INCLUDING the <word>.
The portion of <word list> after and including the <word>.
$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*"
This function first appeared in “+2” (post-ircII, pre-EPIC)