My Feed
Rixbeta
Write
Create Team Blog
Let's kick off a fresh team blog! Bring on the crew and let's get to publishing.
ExploreDraftsBookmarksHackathonsTeam Blogs
AboutCareersOfficial Blog
Download App
Logos & Media

Trending tags
See all

© 2023 Hashnode

dataengineering

#dataengineering

Write An Article
49 Followers·72 Articles
HotNew
Sibbir Ahmmed Sihan
sihan.hashnode.dev·May 28, 2023

Using Python Regex to extract phone numbers from a text file

with open ('lorem.txt', 'rt') as myfile: # Open lorem.txt for reading text contents = myfile.read() # Read the entire file to a string # print(contents) # Print the string if you want to # Now let'…

RegexDeveloper+3
From 'My Way' to the Hive Way
Tobias Müller
Tobias Müller
Pro