Hello I just need help to get specific text from email body using Regex on Studio X. I need the PO number that usually starts with 450***** so that i can open in SAP and create internal ticket using studio x
Sample email body
"Hi Karen,
4506792481 β order is on hold as FTQ-2473824 is standard SKU but PO is Co-term.
Please provide revised PO.
Inupt= "Hi Karen,
4506792481 β order is on hold as FTQ-2473824 is standard SKU but PO is Co-term.
Please provide revised PO.
Yvonne Toh
Order Management
Fortinet (S) Pte Ltd"
Output= System.Text.RegularExpressions.Regex.Match(Input,"(?<=\n\s*)\d+").Value