Skip to content

Commit b687e29

Browse files
docs: improve regex_replace description wording
Co-Authored-By: brian.lai@airbyte.io <brian.j.lai@gmail.com>
1 parent 63fba22 commit b687e29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

airbyte_cdk/sources/declarative/declarative_component_schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5043,7 +5043,7 @@ interpolation:
50435043
examples:
50445044
- '{{ "goodbye, cruel world" | regex_search("goodbye,\s(.*)$") }} -> "cruel world"'
50455045
- title: regex_replace
5046-
description: Remove all occurrences in the string that match the provided regex pattern, replacing them with the specified replacement string.
5046+
description: Replace all occurrences in the string that match the provided regex pattern with the specified replacement string.
50475047
arguments:
50485048
regex: The regular expression pattern to match against.
50495049
replacement: The string to replace matched occurrences with.

0 commit comments

Comments
 (0)