Hi Guys,
I'm trying to write a RegEx to capture the last alpha numeric characters highlighted in bold below for these scenarios.
1. Testing 46957
2. Testing Alpha7571
3. Testing 7018A2B
4. Testing 7018A3B
5. Testing Bravo41282
Tried [^A-Za-z/\n]\S+$ but it did not work.
Any ideas?