Determine if the word “peace” or “Peace” is in your string. Determine which numeric digits (0-9) are in your string at least once. Identify the first occurrence of the substring starting with the substring “the” and ending with the substring “end” in your string. Identify all three letter lowercase words in your string.
Randomly select one of the “35 Greatest Speeches in History” using the following snippet of Python code import random print Next, copy-and-paste the entire section from the website and use it as your text string for the following regular expression exercises. Turn in your regular expression Python code solutions in a single Jupyter notebook. Determine […]