Question: 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
Get step-by-step solutions from verified subject matter experts
