Optional character
❮ Regular Expressions - part 2 Regex match 0 or more (the * quantifier) ❯
Match the word color or the word colour
Regex: r'colou?r'
Input: color Input: colour Input: colouur