/
SUBSTITUTEFIRST
SUBSTITUTEFIRST
Syntax
SUBSTITUTEFIRST(<string>; <search string>; <new string>)
Description
Substitutes new text for the first occurrence of the old text in a text string.
Examples
String | Search string | New string | SUBSTITUTEFIRST returns |
---|---|---|---|
search | nomatch | replacement | search |
search | search | replacement | replacement |
search search | search | replacement | replacement search |
, multiple selections available,
Related content
SUBSTITUTEFIRST
SUBSTITUTEFIRST
More like this
SUBSTITUTEFIRST
SUBSTITUTEFIRST
More like this
SUBSTITUTEALL
SUBSTITUTEALL
More like this
SUBSTITUTEALL
SUBSTITUTEALL
More like this
SUBSTITUTEALL
SUBSTITUTEALL
More like this
REPLACE
REPLACE
More like this