Method code for $code_lib.valid_setting_id()

[Turn off line numbering]
  1: arg str;
  2: 
  3: return !match_regexp(str, "[^@a-z0-9-]");

// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit

Tlon