find_phone_number

find_phone_number(text)

Indian Mobile numbers have ten digit.I will write that pattern below.

Parameters

text: str Text selected to apply transformation

Examples:

find_phone_number("9998887776 is a phone number of Mark from 210,North Avenue")
    >>> '9998887776'