Mar-30-2020, 12:40 AM
(This post was last modified: Mar-30-2020, 12:40 AM by deanhystad.)
The replace() method returns a copy of the string where all occurrences of a substring is replaced with another substring. When you rebuild the string from parts you are only replacing one occurrence. When using replace you do not need to search for "NOUN", the command does that work for you.