Toggle navigation
Home
java.util.regex.Pattern to java.util.List<java.util.regex.Pattern>
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'Chronicle-Queue'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Other
Pattern.compile(regex)
to
Pattern.compile(regex)
Pattern.compile(regex)
to
Pattern.compile(regex)
Add or Remove Method invocation
inclusionRegex.matcher(text).find()
to
checkForMatches(inclusionRegex,text,true)