Skip to main content

Module utils

Module utils 

Source

Functions§

decode_escapes
duble_quot_str_impl
interval_data
interval_impl
is_next
is_next_unit
is_sep_next
peek_next
peek_str
quot_r_str
原始字符串(首选):r#“…”#,内容不做转义处理; 兼容旧写法:r“…“(仅为向后兼容,未来可能移除)。
quot_raw
quot_str
single_quot_raw_str
Parse single-quoted raw string: only ' is escaped, others are literal Used for field references where single quotes represent raw strings
single_quot_str_impl
take_exact_path
take_fun_name
take_key
take_kv_key
take_meta_name
take_parentheses
take_ref_path
take_ref_path_or_quoted
Parse field reference path: supports either bare identifiers or single-quoted strings Examples: @field_name, @'@special-field' Single quotes are raw strings - only ' is escaped
take_sql_tval
take_tag_kv
take_to_end
take_var_name
window_path