Package com.puppycrawl.tools.checkstyle.checks.regexp
package com.puppycrawl.tools.checkstyle.checks.regexp
Contains the regular expression checks that are bundled with the main
distribution.
-
ClassDescriptionOptions for a detector.Represents a suppressor for matches.An implementation of
MatchSuppressor
that never suppresses a match.Checks that a specified pattern exists, exists less than a set number of times, or does not exist in the file.Checks that a specified pattern matches across multiple lines in any file type.Checks that a specified pattern matches based on file and/or folder path.Checks that a specified pattern matches a single line in any file type.Checks that a specified pattern matches a single line in Java files.