unfurl icon indicating copy to clipboard operation
unfurl copied to clipboard

Parse phone numbers

Open obsidianforensics opened this issue 2 years ago • 2 comments

Description Consider parsing phone numbers? Not sure how useful/common it would be, but there's a pip package that does most of the work.

Examples

import phonenumbers x = phonenumbers.parse("+442083661177", None) print(x) Country Code: 44 National Number: 2083661177 Leading Zero: False

References

  • https://pypi.org/project/phonenumbers
  • https://github.com/daviddrysdale/python-phonenumbers

obsidianforensics avatar Jun 07 '22 16:06 obsidianforensics

gft

Example: https://wa.me/85264522442?text=Hello,+I+am+interested+in+knowing+more+about+your+products Source: https://www.youtube.com/watch?v=Fit-FTSSiJY

obsidianforensics avatar Mar 20 '23 19:03 obsidianforensics