String class with RPA(UiPath)

String Class with Uipath

 

[String] String.Concat (VarName1, VarName2) : Concatenate the string representations of two objects

[Boolean] VarName.Contains(“Text”) : Whether the string contains

[String] String.Format(“{0} is {1}”, VarName1, VarName2) : Convert the object value to a string and insert it into other text.

[Int32] VarName1.IndexOf(“a”) : Returns the index (starting from 0) of the first occurrence of the specified Unicode character or string.

[Int32] VarName1.LastIndexOf(“author”)

[String] String.Join(“|”, CollVarName1)

[String] VarName.Replace (“original”, “replaced”)

[Array of String] VarName.Split(“|”c)(index)

[string] VarName1.Substring(startIndex, length)

 

The RegEX Builder Wizard

Text Following a Specific Pattern

https://docs.uipath.com/activities/other/latest/workflow/regex-builder-wizard

Matches : [System.Collections.Generic.IEnumerable]

https://docs.uipath.com/activities/other/latest/workflow/match-and-replace

Is Match : [Boolean]

https://docs.uipath.com/activities/other/latest/workflow/is-match

Replace : [String]

https://docs.uipath.com/activities/other/latest/workflow/replace

 

Official Microsoft.com String Methodhttps://learn.microsoft.com/en-us/dotnet/api/system.string?view=netframework-4.8#methods
Official Uipath Forum : https://forum.uipath.com/
Official RPA, UIPATH site : https://www.uipath.com/
All of UIpath Information : https://eunice0121.com/category/uipath/