PHP Meta-characters
https://www.php.net/manual/en/regexp.reference.meta.php
These are the characters used to build the matching pattern. If you don’t know what they’re called, they’re hard to find.
PHP Regex Pattern Syntax Documenation Page
https://www.php.net/manual/en/reference.pcre.pattern.syntax.php
The top-level documentation page for regular expressions.