Method code for $foundation.match_name()

[Turn on line numbering]
arg str;
var m;

if (!str)
    return 0;
if ((m = match_begin(.name(), str)))
    return m;
return 0;

// $#Edited: 01 Jul 03 14:20 $brandon

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

the Cold Dark