Chargebee Interview Question

1. Remove junk characters from a string.

Interview Answer

Anonymous

May 5, 2021

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