ccl125 opened a new pull request, #4022:
URL: https://github.com/apache/doris-website/pull/4022

   ## What changed
   
   Document the optional third parameter `<idx>` of `REGEXP_EXTRACT_ALL`, 
covering:
   
   - Updated syntax: `REGEXP_EXTRACT_ALL(<str>, <pattern>[, <idx>])`
   - New `<idx>` row in the parameters table
   - A new "Extracting a specific capturing group" section with examples: `idx 
= 0` (whole match), `idx = N` (N-th capturing group), empty strings for 
non-participating groups, and the out-of-range error contract
   
   Versions/languages covered, as requested in the function PR review:
   
   - `docs/.../regexp-extract-all.md` (dev, en)
   - 
`i18n/zh-CN/docusaurus-plugin-content-docs/current/.../regexp-extract-all.md` 
(dev, zh)
   - `versioned_docs/version-4.x/.../regexp-extract-all.md` (4.x, en)
   - 
`i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/.../regexp-extract-all.md`
 (4.x, zh)
   
   ## Related
   
   Function implementation: https://github.com/apache/doris/pull/66050


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to