Hello Everyone!.
In the above text I need only “0000000001” in the entire text. I also tried with substring. But I am getting like"0000000001 Message no. 06017" not exactly that I want. Kindly help me.
Hello Everyone!.
In the above text I need only “0000000001” in the entire text. I also tried with substring. But I am getting like"0000000001 Message no. 06017" not exactly that I want. Kindly help me.
Hi @Abudhahir,
Try this :
RequiredString = ((strs.Split(CType(“Message”, Char)).First).Split(CType(“number”, Char)).Last).Substring(5).Trim
I hope this works if the string contains “Message” and “number” always. I’m not good in regex but tried this .
Let me know if it helps
Standard PO created under the number 0000000001
Message no. 06017.
The above is the entire string.
In this entire string, I need only “0000000001”
The regex code i gave you should do it!
Hi @Abudhahir
Please see this sample xaml file about Regex: Sequence.xaml (4.7 KB)
Hello Brian
The sequence.xaml missing some activity. I am unable to view your bot.
index string.xaml (4.6 KB)
plz have a look at this. plz let me know if any thing goes wrong.
its working fine. Thanks Venkatmalla
@Abudhahir mark it as solution,so that it would be useful to others also.thanks
Sure.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.