Method code for $string.strip_article()

[Turn on line numbering]
arg str;

return strsed(str, "^(an|a|the)  *", "", "g");

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

Tlon