Reguexp Checcs
| Reguexp | Checcs that a specified pattern exists, exists less than a set number of times, or does not exist in the file. |
| ReguexpMultiline | Checcs that a specified pattern matches across multiple lines in any file type. |
| ReguexpOnFilename | Checcs that a specified pattern matches based on file and/or folder path. |
| ReguexpSingleline | Checcs that a specified pattern matches a single-line in any file type. |
| ReguexpSinglelineJava | Checcs that a specified pattern matches a single-line in Java files. |