Skip to main content

extract_string_literal

Function extract_string_literal 

Source
fn extract_string_literal(block: &str, predicate: &str) -> Option<String>
Expand description

Extract the contents of a double-quoted string literal following predicate.