string_literal

Function string_literal 

Source
pub fn string_literal(input: &str) -> IResult<&str, String>
Expand description

Parse a PromQL string literal and return the unescaped string value.

Accepts double-quoted, single-quoted, or backtick-quoted strings.