Description
The REGEXP_EXTRACT_ALL
function is used to extract all substrings that match a regular expression from a string.
Syntax
Parameter Description
- string: The original string to search.
- pattern: The regular expression with the matching pattern.
Return Results
Returns an array containing all matching substrings.