Skip to main content

Z3_mk_seq_replace_re

Function Z3_mk_seq_replace_re 

Source
pub unsafe extern "C" fn Z3_mk_seq_replace_re(
    c: Z3_context,
    s: Z3_ast,
    re: Z3_ast,
    dst: Z3_ast,
) -> Option<Z3_ast>
Expand description

Replace the first occurrence of regular expression re with dst in s.