Matches create

Hello everyone. Where I can see how creat value in matches?

I need take theese values, separately: 3 numbers FGJS 6 numbers.
For example: 327FGJS825690 or 784FGJS129390

Hi @RPA3,

Kindly make use of Matches activity with pattern as given below,

“\d{3}FGJS\d{6}”

If after numbers will be a empty?
For example: “sdfkf: 829201” - take numbers
“sdfkf: rfs829201” don’t take

Hi @RPA3,

For this you can use —> “(?<=sdfkf: )\d+”