Hi there,
I am quite new to regex and coding, and alteryx in general, so I ask the community for some help 
I have a field containing 11 digit numbers. However, I would like to replace the 5 last digits with X as these digits represent personalized ID numbers.
So lets say I have this number "123456789123", but i want it to becoem 123456XXXXX
I have tried: RegEx_Replace ([field1], "\d{11}", "\d{6}\wXXXXX"), this did not work.
I would appreciate any help I could get 
Kind regards