Expand description
Implementation of REGEXP_EXTRACT function
Structsยง
- Regexp
Extract Function - 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 ๐