A Regular Expression is made up of two parts: the pattern and the flags.
Flags are optional parameters to modify the behavior of the pattern.
You can add them at the end after the slash.
The most common flags are:
i - case-insensitive search
g - match all instances of the pattern
m - start and end characters match at every line
Match all the instances of the word "Foxes"