fn extract_string_literal(block: &str, predicate: &str) -> Option<String>
Extract the contents of a double-quoted string literal following predicate.
predicate