pub fn split_expression_and_content_format_spec(
raw: &str,
) -> Result<(String, Option<InterpolationFormatSpec>)>Expand description
Split interpolation content for content strings.
Content-string format specs use parse_content_format_spec instead of
the regular parse_format_spec.