Searched refs:TRIM_REGEX (Results 1 – 3 of 3) sorted by relevance
37 const std::regex TRIM_REGEX(R"(^ +| +$|(\"[^\"\\\\]*(?:\\\\[\\s\\S][^\"\\\\]*)*\")|( ) +)", std::re… variable44 return std::regex_replace(str, TRIM_REGEX, TRIM_TEMPLATE); in TrimTemplate()
47 const std::regex TRIM_REGEX(R"(^ +| +$|(\"[^\"\\\\]*(?:\\\\[\\s\\S][^\"\\\\]*)*\")|( ) +)", std::re… variable106 return std::regex_replace(str, TRIM_REGEX, TRIM_TEMPLATE); in TrimTemplate()
46 const std::regex TRIM_REGEX(R"(^ +| +$|(\"[^\"\\\\]*(?:\\\\[\\s\\S][^\"\\\\]*)*\")|( ) +)", std::re… variable3210 return std::regex_replace(str, TRIM_REGEX, TRIM_TEMPLATE); in TrimTemplate()