Status
Tech review

Style guide




Short description

Returns a text list with the content of argument s where the first occurrence of substring find has been replaced with string replacement.

Output

Available since




This function returns a text list with the content of argument s where the first occurrence of substring find has been replaced with string replacement.


findReplaceFirst(string s, string find, string replacement) #Output: Text list



Parser expressionDescription


findReplaceFirst("Goodbye my love, hello my friend.", "my", "your")


This function returns the following text list"Goodbye your love, hello my friend."



Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.
xxx

Parameter description.
xxx

Parameter description.



This function returns a