This is the string I need to split:
Request # 00518551
Blockquote
"POS# 852-1890-024, 852-1890-001, 852-1890-999"
Blockquote
I need to derive the string in between the p html tags and then get the last 3 digits for each of the enclosed strings…i.e 852-1890-024, 852-1890-001, 852-1890-999
I need to get 024,001 and 999.
Hi - I’m following the UiPath training course and this looked like an interesting ad-hoc exercise. See screenshot below and attached XAML for my solution. I’m sure there are better ways of doing this - would be interested to know what more experienced UiPath developers suggest.
I forgot that this expression could have 2 or more position numbers like:
POS# 852-1890-024, 852-1890-001
They can be 2 or more than 2.
What will be the regex in that case.