Python for everyone Chapter 10 - Regular Expression
Part 1
1.1 Cheat sheet
1.2 Search
1.3 Smart version of find
\S means non-whitespace charater
Part 2
2.1 Extracting
2.2 Greedy Matching
"From:" or "From: Using the:" ; it 'll choosing the largest one.
2.3 Non-greedy Matching
Using "?" to make...
hongweislearning.hashnode.dev1 min read