Yahoo India Web Search

Search results

  1. Aug 6, 2019 · Hi, if you are a beginner in the world of automation and would like to know how you can manipulate text based on the solutions available in the VB.NET code and using REGEX (regular expressions) then you are in the right place. In the topic below, you will learn how to easily extract data from any part of the search text using various methods. The topic includes solution examples with descriptions and graphics to better understand the topic for functions such as: Split Substring Left Right R...

  2. Feb 22, 2017 · UiPath Studio Array Variables. The array variable is a type of variable which enables you to store multiple values of the same type. UiPath Studio supports as many types of arrays as it does types of variables. This means that you can create an array of numbers, one of strings,...

  3. Find the solution, ask questions, help others and stay up to date about our products and community initiatives

  4. May 29, 2021 · bestpractices, community_tutorial, linq. LINQ is part of the .NET framework and offers capabilities for interacting with data, objects or other sources within a particular syntax. This HowTo introduces on starting with LINQ (Language-Integrated Query). Current Version of this topic is DRAFT and will be finalized / enhanced soon.

  5. Mar 6, 2017 · aksh1yadav (AKSHAY YADAV) June 7, 2017, 7:04am 12. you can use. text.Split (new string [ ] {Environment.NewLine + Environment.NewLine}, StringSplitOptions.RemoveEmptyEntries) The combined Environment.NewLine + Environment.NewLine as this will only split when a new line is also followed by a new line and split accordingly.

  6. Sep 14, 2021 · Use do while activity and give condition as counter = 20. 3.Inside do while put a click image activity and indicate the down arrow button. And after click image put a assign activity ad give. Counter = Counter + 1. This will click the down arrow button 20 times change the count accordingly to your needs. Thanks.

  7. Sep 17, 2019 · welcome to UiPath community usually when mm means minutes and MM means Month So in the first expression we were getting the minutes in place of month 17-13-2019 08:13:59 17-14-2019 08:14:22. and after changing the value to MM we get the right value 17-09-2019 08:14:45 (see the difference) so the usual format be like this dd-MM-yyyy hh:mm:ss ...

  8. Mar 7, 2017 · Hi, I have a DataTable with 10 columns. I have 2 values in String variables, I need to insert those 2 values in the appropriate columns as a Last Row of the same DataTable.

  9. Aug 24, 2018 · Hopefully the following will outline the scenario: Condition 1: myValue1 > 0 ANDALSO myValue1 > myValue2. Condition 2: myValue3 > 0. Can these two conditions be combined in one IF activity with an OR statement? Meaning that at least one of the conditions must be true in order to continue or do I need to create separate IF activities for the two ...

  10. Oct 21, 2021 · This CheatSheet introduces the basic use of regex functions. With further examples also special cases are presented. Introduction From the namespace System.Text.RegularExpressions following methods are offered: Regex.Match Regex.Matches Regex.isMatch Regex.Replace Regex.Split A simple usage for example would look like this: Recommendation: add System.Text.RegularExpressions to the imports: it allows to use the shortened statement, as the namespace part can be ommited: strNumber = S...

  1. People also search for