Function sdv::core::internal::ContainsValidVariable#
Defined in File local_service_access.h
Function Documentation#
-
inline bool sdv::core::internal::ContainsValidVariable(const std::string &rssText)#
Helper function to safely check if a string contains a valid, unescaped $(…) sequence.
- Parameters:
rssText – [in] The text to check.
- Returns:
Returns whether the text represents a valid variable.