Table of Contents

# $EPIC: tow.txt,v 1.5 2007/03/02 02:32:04 jnelson Exp $

Synopsis:

$tow(<word> <word list>)

Technical:

Returns:

Portion of <word list> before and including a literally matching word.

Examples:

$tow(foobar one two foobar my shoe)    returns "one two foobar"
$tow(booya one two foobar my shoe)     returns ""  (empty string)

History:

This function first appeared in “plus 2” (post-ircII, pre-EPIC)