Constant cubist_config::interpolation::REGEX_STR
source · pub const REGEX_STR: &str = r#"\$\{\{\s*(?P<kind>env|file|text)\.(?P<value>.*?)\s*\}\}"#;
Expand description
Regex for matching interpolation substrings
pub const REGEX_STR: &str = r#"\$\{\{\s*(?P<kind>env|file|text)\.(?P<value>.*?)\s*\}\}"#;
Regex for matching interpolation substrings