My answers to the questions are as follows:
INTRO
- Finds “cat” in cat and “hat” in that, chat and phat.
- Finds all four numbers.
- Finds 501-1234 and 234 1252.
- Finds both “run” and “runs”.
- Finds all numbers starting with 1.
ar?t
: at, art;a[fr]?t
: at, art, aft;ar*t
: at, art, arrrrt;ar+t
: art, arrrrt;a.*t
: all
PART I
\b(eat[sei]?[nr]?[gy]?|ate)\b
\b((M[uao
’]+mm?[ae]r?) ([aAeE][lI][- ])?([GKQ][h]?[au][dthz’]+[aā]f+[iīy]))\b`\b([IEHieh]i?[sṣ][bfp][aā]h[aā]n)\b
PART II
- In Sublime Text: FIND
(\w+), (\w+)$
REPLACE\2 \1
-
Connect all cities in the list with pipes (“ ”). \b([\w ]+) \(Lower Austria\) \b([\w ]+) \(Salzburg\)