. Matches anything
+ "one or more"
* "zero or more"
? "optional"
^ Beginning of string
$ End of string ( ) Groups and/or captures
[ ] Character class - Match one of the characters in here
^ in a character class means "not"