Function gitql_std::regex::regexp_instr
source · pub fn regexp_instr(inputs: &[Value]) -> Value
Expand description
Return the position of the pattern in the input If the pattern compilation fails, it returns -1 If a match is found returns the position of the match’s start offset (adjusted by 1)