strip_a
sefunSYNOPSIS
string strip_a (string text)
DESCRIPTION
Any "a " or "an " is removed from the start of <text> if
necessary. The remainder is returned.
EXAMPLE
strip_a("a cart") --> "cart"
SEE ALSO
strip_article(SEFUN), add_a(SEFUN)