Hara_Gopal
(Hara Gopal)
December 28, 2019, 2:34pm
1
Hello There,
Can someone please share a few examples of the following methods. When we can use the Split method to get an array, what is the use-case for some of the following methods? Examples would be great
(ToArray, ToCharArray, ToList, ToDictionary …)
Thank you
Hara
2 Likes
Please read this article for your reference @Hara_Gopal
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…
cheers
Happy learning
2 Likes