Hey guys,
I’ve made a Get Text function that saves it’s data in a variable.
Sadly I can only scrape the part I need + the text deals in it.
How could I remove the text deals automaticly in the variable so I am only left with the number I need?
Regards and thanks
RishiVC1
(Rishi Shukla)
December 9, 2018, 12:02pm
2
can you share some examples.
1 Like
Do string manipulation. If the number is at a fixed location do substring or split etc.
Provide a sample and we can help you out if you are unable to do it.
Fixed it due string manipulation, thanks a lot!
1 Like
Great!
[Please close this thread marking the answer as solution]
1 Like
Hi,
I have the same problem. can you explain how you resolved this?
thanks
Terri
Hi @devopsnr
For your reference you can read the article link below.
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
1 Like
Hi Udayrayalla
Getting this error message.