(\d+)$ code is not working in uipath config regular expression

550350 Comment: TOYOTA 0F 8/11/2019 9/11/2019 $1,444.00 $0.00 $1,444.00
SLIDELL — 8772 INV -
B-50350
its returned empty string

Hello @veera_g
Its working check this workflow
RegexLastString.xaml (6.2 KB)
I hope you know that $ is used to get the last string
you can also use this pattern to get number after letter B
(?<=\w-)\d+

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.