find_at

find_at(text)

@ - Used to mention someone in tweets

Parameters

text: str Text selected to apply transformation

Examples:

sentence="@David,can you help me out"
find_at(sentence)
    >>> 'David'