Unlike replaceFirst, replaceFirstIn is called on the regular expression that needs to be replaced rather than the string that needs to be modified.
svg viewer
As before, ReplaceExpression is where you would insert the expression you want to replace the previous expression with. SearchString is where you would insert the string to be modified.
Let’s look at an example where we need to replace the first H in a string with J.