Versions in this module Expand all Collapse all v0 v0.7.0 Feb 18, 2023 Changes in this version + func ReplaceWithArrays(expr, subs, rpls []string, exprN, subsN, rplN *nulls.Nulls, ...) error v0.6.0 Nov 29, 2022 Changes in this version + func RegularInstr(expr, pat string, pos, occurrence int64, return_option uint8, ...) (int64, error) + func RegularInstrWithArrays(expr, pat []string, pos, occ []int64, return_option []uint8, ...) error + func RegularInstrWithReg(expr string, pat *regexp.Regexp, pos, occurrence int64, return_option uint8, ...) (int64, error) + func RegularLike(expr, pat, match_type string) (bool, error) + func RegularLikeWithArrays(expr, pat []string, match_type []string, exprN, patN, rns *nulls.Nulls, ...) error + func RegularReplace(expr, pat, repl string, pos, occurrence int64, match_type string) (string, error) + func RegularReplaceWithArrays(expr, pat, rpls []string, pos, occ []int64, match_type []string, ...) error + func RegularReplaceWithReg(expr string, pat *regexp.Regexp, repl string, pos, occurrence int64, ...) (string, error) + func RegularSubstr(expr, pat string, pos, occurrence int64, match_type string) ([]string, error) + func RegularSubstrWithArrays(expr, pat []string, pos, occ []int64, match_type []string, ...) error + func RegularSubstrWithReg(expr string, pat *regexp.Regexp, pos, occurrence int64, match_type string) ([]string, error)