Home
last modified time | relevance | path

Searched refs:curRegex (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_pattern.cpp76 std::regex curRegex(it->second); in DetectPlainText() local
77 if (std::regex_search(plainText, curRegex)) { in DetectPlainText()