|

ResultVariable


When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

image

String.Replace

OverviewExamples

string String.Replace ( string SearchString,


string Pattern,


string ReplaceString,


boolean CaseSensitive = false )


De s cr ip t ion


Searches a string for a sub-string and replaces every occurrence of it with a new sub-string.


Note: The source string will not be modified.


image

P arame t er s


SearchString


(string) The string to search.


|