Definition : (string) LANG_STRIPART(string text)

Defined in : <language.h>

Description: Returns the text that has an article in front of it, but then
             without said article.

Examples   : "a foot" -> "foot"
             "an ear" -> "ear"
             "the cat" -> "the cat"
