Method code for $english_lib.nonvowel_exception()

[Turn off line numbering]
  1: arg word;
  2: var prefix;
  3: 
  4: return match_regexp(word, nonvowel_exceptions) ? 1 : 0;

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

Tlon