Skip to content

docs: regexp_extract options overload without a group - #7192

Open
AiAlchemist0 wants to merge 1 commit into
duckdb:mainfrom
AiAlchemist0:docs/regexp-extract-options
Open

docs: regexp_extract options overload without a group#7192
AiAlchemist0 wants to merge 1 commit into
duckdb:mainfrom
AiAlchemist0:docs/regexp-extract-options

Conversation

@AiAlchemist0

Copy link
Copy Markdown
Contributor

Fixes #7154

After duckdb/duckdb#24857 you can pass regex options as the third argument, with no group: regexp_extract('ABC', 'abc', 'i'). Added that example next to the existing group examples.

I used an assistant on the edit. Maintainers can edit this branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[duckdb/#24857] - Add overload: regexp_extract('string', 'pattern', 'options') needs documentation

1 participant