Status
Tech review

Style guide




Short description

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

Output




The function returns a 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: String list



Parser expressionDescription


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


The function returns a "Goodbye your love, hello my friend."



Parameters used in this function

ParameterInput (data type)Description
<parameter>

Parameter description.
<parameter>

Parameter description.
<parameter>

Parameter description.



The function returns a