Chargebee interview question

1. Remove junk characters from a string.

Interview Answer

Anonymous

5 May 2021

Iterated through the char array and found the character type and removed it. Expectation was to using the replaceall inbuilt function.