MSDN Documentation
(?i)taylor matches all of the inputs I specified without having to set the RegexOptions.IgnoreCase flag.
To force case sensitivity I can do (?-i)taylor.
It looks like other options include:
i, case insensitives, single line modem, multi line modex, free spacing mode