$matchRegexps
$matchRegexps :
FilecontentFilterIterator filters files by their contents using patterns (regexps or strings).
isAccepted(string $string) : boolean
Checks whether the string is accepted by the regex filters.
If there is no regexps defined in the class, this method will accept the string. Such case can be handled by child classes before calling the method if they want to apply a different behavior.
string | $string | The string to be matched against filters |