pub(crate) fn lex_expr(input: &str) -> Lexer<'_, ExprToken<'_>> ⓘ
Build an expression-token lexer for the contents of a ${...} block.
${...}