regex in Blue Prism

MadhuG001

Member
Hi All,

Is there any option in Regex to find a text after a specific text
For example,
PURCHASE ORDER NO ML56J2
So my requirement is to get output as ML56J2.

Thank you
 

pranavreddy

New Member
If PURCHASE, ORDER, NO, ML56J2 all of them can change, then I think, you might have to write some logic using spaces. Regex wouldn't work in that case.
 

MadhuG001

Member
Thanks Silva.
But it's reflecting below error:-
"
Your expression does not appear to be valid:

Syntax error. The token '?' is invalid. Please check the case of your operators (eg 'or' versus 'OR') and check that your functions use brackets after the function name eg Now(), eg Len("abc").
"
Please help to resolve it
 
Top