Method code for $english_lib.nonvowel_exception()

[Turn on line numbering]
arg word;
var prefix;

return match_regexp(word, nonvowel_exceptions) ? 1 : 0;

["// Created 11-Nov-1996 as a part of ColdCore, see: @help Credit"]

the Cold Dark