String.Merge(String, String, Variable) Method |
Top |
DescriptionReturns a "Merged" form of the calling String based on the specified regular expression. The merge is a replacement of the text matched by the regular expression with the value of the second argument.
Timing Precision Mode This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode. Click here to see the documentation for this object in nanosecond timing precision mode.
Method Signature
Arguments
Return Value
Returns a "Merged" form of the calling String based on the regular expression specified by regularExpression. The merge is a replacement of the text matched by the regular expression with the value of replacementString.
Syntax
See also
|