Skip to content

function: implement string replace#448

Merged
adsharma merged 1 commit intomainfrom
str_replace
May 4, 2026
Merged

function: implement string replace#448
adsharma merged 1 commit intomainfrom
str_replace

Conversation

@adsharma
Copy link
Copy Markdown
Contributor

@adsharma adsharma commented May 2, 2026

Fixes: #447

lbug> RETURN replace('hello world', 'world', 'Ladybug');
┌────────────────────────────────────┐
│ REPLACE(hello world,world,Ladybug) │
│ STRING                             │
├────────────────────────────────────┤
│ hello Ladybug                      │
└────────────────────────────────────┘
(1 tuple)
(1 column)
Time: 0.51ms (compiling), 0.37ms (executing)

@adsharma adsharma merged commit 1970749 into main May 4, 2026
6 of 8 checks passed
@adsharma adsharma deleted the str_replace branch May 4, 2026 16:23
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.

Feature: Implement a duckdb compatible string replace() function

1 participant