jasonhuibers
Programmer
strVar = 'abc123456_aa.bb'
I only want to take aa.bb from this variable... basically everything after the '_'
How can I do this
I only want to take aa.bb from this variable... basically everything after the '_'
How can I do this