Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

use string methods and indexing to extract information from the info_string info_string = 'ADDRESS: XXX North XXX East, City: Salt Lake City, State: Utah, ZIP:

use string methods and indexing to extract information from the "info_string"

info_string = 'ADDRESS: XXX North XXX East, City: Salt Lake City, State: Utah, ZIP: 84108'

# your list should be of form [address, city, state, zip]

Would like to do this using the regex function, but I'm not sure how to do it. This is in python.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions