I am trying to search a text file (i.e. "test.txt") for a specific string (i.e. "change me") and
replace it with another string (i.e. "complete"). Does anyone know how I would go about this?

Thanks!
Aaron