static O ai_findXInTheFollowingText(S s) { new Matches m; if (flexMatchIC("Find * in the following text: *", s, m)) ret ai_findStuffInText($1, $2); null; }