Ask a question to get started
Enter to send•Shift+Enter new line
edit( self, file_path: str, old_string: str, new_string: str, replace_all:
Replace old_string with new_string; fails on multiple matches unless replace_all=True.
old_string
new_string
replace_all=True