Hi Team,
I have multiple string with date Eg. “ABC_26022021”, “ABCD_06022021”,“DEFE_02022021” I want to do substring from right to left indexing(0,10) and remaining value I want to store in diff. Variable. like
“ABCD_06022021” - Input and “AB” is new value
“DEFE_02022021”- input and “DE” is new value
“ABC_26022021” - input and “A” is new value
make sure i want to do substring of right to left side of (0,10)