Made with Python3
(C) @FayasNoushad
Copyright permission under MIT License
License -> https://github.com/FayasNoushad/Numbers-Extract/blob/main/LICENSE
Installation
pip install Numbers-Extract
Usage
import numbers_extract
string = """Hello,
You can contact me.
Ph No. +910000000000"""
print(numbers_extract.extract(string))
# => ['+910000000000']