Skip to content

regex_detection_engine.cpp

makr-code edited this page Dec 21, 2025 · 1 revision

regex_detection_engine.cpp

Stand: 5. Dezember 2025
Version: 1.0.0
Kategorie: Src


Path: src/utils/regex_detection_engine.cpp

Purpose: Regex based detectors for PII and pattern matching utilities.

Public functions / symbols:

  • ``
  • for (const auto& [hint, type] : field_name_hints_) {
  • for (const auto& flag : pattern_node["flags"]) {
  • for (const auto& hint : pattern_node["field_hints"]) {
  • if (type != PIIType::UNKNOWN) {
  • if (flag == "icase") {
  • for (char c : number) {
  • if (digit > 9) {
  • std::unique_ptr<IPIIDetectionEngine> createRegexEngine() {
  • std::lock_guard<std::mutex> lock(mutex_);
  • loadEmbeddedDefaults();

Clone this wiki locally