pub fn string_with_span<'a>(
    expr: &'a Expression,
    diagnostics: &mut Diagnostics
) -> Option<(&'a str, Span)>