Concept Flow - REPLACE function
Input String
Search for substring
If found?
No→Return original string
Yes
Replace substring with new substring
Return modified string
The REPLACE function takes a string, finds all occurrences of a substring, replaces them with another substring, and returns the new string.