merge with master
[platform/framework/web/wrt-plugins-common.git] / src / Commons / RegexPatterns.h
index ffd2f85..3c9ceb6 100644 (file)
 
 namespace WrtDeviceApis {
 namespace Commons {
-
 const std::string PATTERN_PHONE_NUMBER_FILTER("[^0-9+#*Pp]");
 const std::string PATTERN_PHONE_NUMBER("^[0-9#+*]+$");
 const std::string PATTERN_PHONE_NUMBER_P("^\\+?[0-9#*Pp]*[0-9][0-9#*Pp]*$");
 const std::string PATTERN_PHONE_NUMBER_PW("^[0-9#+*PpWw]+$");
-
 }
 } // WrtDeviceApisCommon