We learned how to match different words. For this task you could do cat|bat|rat, but this would be boring
We can use character sets to match one of the characters in the set. For example, [abc] will match a, b or c
Match cat, bat and rat
Here you find every Regex character explained