Skip to content

rpasta42/phone-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

import scraper

s = '''
   Hello here's a random number 323-4321234blah
   crap formatting 3 21318 3068 and many other features
   for example 4six1-213-fivenine83
'''

expected_nums = [
   '3234321234',
   '3213183068',
   '4612135983'
]

nums = scraper.get_all_nums(s)

assert (nums == expected_nums)

About

Python library for finding phone numbers in random user input text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages