Full, exact match |
Specifies to replace the text only if the entire text value matches the find value. |
Substring match |
Specifies to replace the text if any part of the text value matches the find value. |
First occurrence only |
Specifies to replace only the first occurrence within the text value. |
Find |
Specifies the value you wish to find. |
Replace |
Specifies the text string to replace the find value with. |