Documentation ¶
Index ¶
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegularInstr ¶
func RegularInstrWithArrays ¶
func RegularInstrWithReg ¶
func RegularLike ¶
func RegularLikeWithArrays ¶
func RegularReplace ¶
func RegularReplaceWithReg ¶
func RegularSubstr ¶
func RegularSubstrWithArrays ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.