Maria99
(Maria99)
1
In uiPath use formular = (?<=เลขที่ : )[\d-.,]+
But If I use same formalar in web regex online , It show error as below.

But If I edit formular in web to = (?<=เลขที่ : )[\d.,-]+ , It run true.
File Notepad as attached: testFile.txt (162 Bytes)
Please guide me about it.
Srini84
(Srinivas Kadamati)
2
@Maria99
Did you check with Matches activity in Uipath?
Thanks
Maria99
(Maria99)
3
@Srini84
I use assign activity
No = system.text.RegularExpressions.Regex.match(StrInput,“(?<=เลขที่ : )[\d-.,]+”).ToString
But I have question about RegEx between UiPath and RegEx online write different pattern?
Yoichi
(Yoichi)
4
Hi,
The site seems regex101, isn’t it?
regex101 doesn’t support .Net regex. So there are some different b/w the site and UiPath.
Regards,
1 Like
Maria99
(Maria99)
5
@Yoichi yes, I use web regex101
ppr
(Peter Preuss)
6
give a try on regexstorm .NET Regex Tester - Regex Storm more close to .Net
1 Like
Yoichi
(Yoichi)
7
Hi,
Which flavor do you use? (We can see there is no .net language)

As @ppr mentioned, the following is better, i think too.
Regards,
1 Like
system
(system)
Closed
9
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.