Module regexpinstr

Module regexpinstr 

Source

Structsยง

RegexpInstrFunc

Functionsยง

get_index ๐Ÿ”’
get_nth_match ๐Ÿ”’
handle_subexp ๐Ÿ”’
regexp_instr
arrow-rs style implementation of regexp_instr function. This function regexp_instr is responsible for returning the index of a regular expression pattern within a string array. It supports optional start positions and flags for case insensitivity.
regexp_instr_func
regexp_instr_inner