pub fn render_for_format(s: &str, format: FormatType) -> StringExpand description
Replace {{VAR}} placeholders with format-native variable references.
ยงPanics
Panics if the internal regex pattern is invalid (should never happen).
pub fn render_for_format(s: &str, format: FormatType) -> StringReplace {{VAR}} placeholders with format-native variable references.
Panics if the internal regex pattern is invalid (should never happen).