def emailuser(text): """:emailuser: Any text. Returns the user portion of an email address.""" return util.emailuser(text)