Ask a question to get started
Enter to send•Shift+Enter new line
perform_string_replacement( content: str, old_string: str, new_string: str, replace_all: bool
content
str
Original content
old_string
String to replace
new_string
Replacement string
replace_all
bool
False
Perform string replacement with occurrence validation.
Whether to replace all occurrences