Hi everyone
I've created this
https://regex101.com/r/GbTLKM/1
throught help of google to parse a string with the matching output when a string contains something beginning with INT and ending in a series of numbers but I can't get it to work in the Regex tool in Alteryx
(INT|int).*[0-9]$ should find and parse INTCNMAN123 in the below string
invoice INTCNMAN123
Could someone tell me what I am doing wrong?
Thank you