I have to test few 10 digit values.
Value: 124324*3213*4324*44*3123**13*
Expected value: 1243243213432444312313
So far, I have been able to replace the stars using str.replace() function. But I'm unable to remove the white spaces created after removing the star ?.