RPA UiPath Frequently Asked – Interview Questions – Set 4
1. What are the different approaches to removing new lines available in a text string? Let’s look at different ways of doing it: If we have the input string as: Hello Sharath Hope you are doing well Let’ write the code to handle it: System.Text.RegularExpressions.Regex.Replace(myText, “\t|\n”, “”) The \n symbol means literally new line. This will go to … Continue reading RPA UiPath Frequently Asked – Interview Questions – Set 4