Table of Contents

Synopsis:

$afterw(<word> <word list>)

Defined behaviors:

Practical:

Examples:

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

History:

This function first appeared in “plus 2” (post-ircII, pre-EPIC) Long ago, this function used to do wildcard matching instead of literal string compares.