I am trying to get all the numbers set separately from below type of strings.
String:- Check for your number provided 67654876 and 8765 4456. Also check if this is 78/96 54/3 -56 correct.
Expected result:- 1st Number = 67654876 , 2nd Number = 87654456, 3rd number =789654356
I have already checked on forum for this type of solution but not get. U tried for System.Text.RegularExpressions.Regex.Replace(a,“\D”,“”) and received output as 6765487687654456789654356. This is not as per my requirement.
I am looking for three separate numbers in a variable.
Hi Yoichi,
Thanks for looking into this and trying to help me out.
I have tried as suggest by you but not get the expected result.
Attaching my code file. Please check and help me to correct if I have done something wrong.
Thanks for the help in advance.Main.xaml (12.1 KB)
Hi,
Thanks for looking into this and trying for help me.
Place from where I am trying to pull the data is a free text option and user will mentioned the number in any format and way.
Text given by me and the number is correct. Please don’t look that number as cell number or anything else.
I just need those three numbers in a array string to perform sum further check basis on those number one by one.
I hope I have explained you my requirement.
Hi Palaniya,
Thanks for looking into this and trying to help me.
I have download the file you have given.
But when opened it got an error " Could not find member ‘CurrentIndex’ in type ‘http://schemas.uipath.com/workflow/activities:ForEach(Match)’. Row: 73, Column: 45" while opening.
Please check and share the file again. I am using 2016 version of Ui-Path.
Thanks