Uiinfrastructure API Docs  
 

GeneralHelpers.Replace Method 

replace substrings within string.

public static string Replace(
   string s,
   string sub,
   string with
);

Parameters

s
string to be modified
sub
sub-string to search for
with
string to replace sub-string

Return Value

string replaced with new sub-string or the unmodified string if no match could be found

See Also

GeneralHelpers Class | com.plumtree.uiinfrastructure.statichelpers Namespace