Searched refs:otpMatcher (Results 1 – 1 of 1) sorted by relevance
201 Matcher otpMatcher = OTP_REGEX.get(); in containsOtp() local202 otpMatcher.reset(sensitiveText); in containsOtp()203 boolean otpMatch = otpMatcher.find(); in containsOtp()241 Matcher otpMatcher = OTP_REGEX.get(); in allOtpMatchesAreFalsePositives() local242 otpMatcher.reset(text); in allOtpMatchesAreFalsePositives()243 while (otpMatcher.find()) { in allOtpMatchesAreFalsePositives()244 falsePositiveRegex.reset(otpMatcher.group()); in allOtpMatchesAreFalsePositives()