Hello guys,
I am completely new in UI Path programming. For my automation I’d like to extract some figueres.
For example the string (folder name) is called “ABC_A.00135.A20_TestAutomation” and I’d like to extract,
and copy just the “A.00135.A20” part.
Thanks for your warm welcome
This helped me a lot. But what have I to type in if there are more underlines in the string?
For example:
ABC_A.00135.A20_TestAutomation_VRX_Battery_OFT
and I’m still looking for “A.00135.A20”
Hi Gokul,
excuse me for not beeing precise enough. This was just one possible case. In my case, there are plenty of folders with different name endings. So it isn’t alsways _TestAutomation. It could be: _VW_123 or _Audi_135 and so on. But I am looking for a general term to seperate the string between the first and the second underline.
Thanks for your time !