Computer Science, asked by shaluwadhwa2003, 1 year ago

What is the use of replace feature? Write steps to replace old content with new content​

Answers

Answered by DeepakDhyani
2

Answer:

st.replace(oldword,newword)

Answered by smartbrainz
2

REPLACE function is used to replace text.

Explanation:

The "REPLACE" function in Excel permits you to "swap one or more characters in a text string" with another character or a group of characters.

The function syntax is REPLACE(old text, start num, num chars, new text)

  • Old text - The "original text" in which user want to replace characters
  • Start num - The start position in the old text
  • Num chars - The "number of characters" user want to replace
  • New text - The new replacement text.

Similar questions