replace(): Replaces the first occurrence of searchValue with newValue in a string.
replaceAll(): Replaces all occurrences of searchValue with newValue in a string.