Module regexp_extract

Module regexp_extract 

Source
Expand description

Implementation of REGEXP_EXTRACT function

Structsยง

RegexpExtractFunction
REGEXP_EXTRACT function implementation Extracts the first substring matching the given regular expression pattern. If no match is found, returns NULL.

Constantsยง

MAX_DFA_SIZE ๐Ÿ”’
MAX_PATTERN_LEN ๐Ÿ”’
MAX_REGEX_SIZE ๐Ÿ”’
MAX_SINGLE_MATCH ๐Ÿ”’
MAX_TOTAL_RESULT_SIZE ๐Ÿ”’
NAME ๐Ÿ”’

Functionsยง

compile_regex_checked ๐Ÿ”’