Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/uri/src/
H A Duri.cpp81 regex schemeRegex("[a-zA-Z][a-zA-Z|\\d|\\+|\\-|.]*$"); in CheckScheme() local
82 if (!regex_match(scheme_, schemeRegex)) { in CheckScheme()