Method code for $code_lib.valid_message_id()

[Turn on line numbering]
arg str;

return !match_regexp(str, "[^a-z0-9-]");

["// Created 26-Mar-1995 as a part of ColdCore, see: @help Credit"]

the Cold Dark