Hi, I want always the last three-digit after semicolon.
As my input come like
102-311: Apple
192-321: peas
712: Samsung
817: nokia
Expected I want to exxract alwasy last 3 digit before : (semicolon)
I want to extract like 311, 321, 712 and 817 only this.