Closed Jagroop2001 closed 8 months ago
Implement below functionalities : addUnderscore : Replace space with underscore. For example : addUnderscore("@abcd efgh"); // @abcd_efgh
addUnderscore
removeUnderscore : Remove underscore. For example : removeUnderscore("@ab__cd efgh"); // @abcd efgh
removeUnderscore
removeSpace : Remove space For example : removeSpace("@abcd efgh"); // @abcdefgh
removeSpace
I want to work .. kindly assign this issue under JWOC'24 @Jagroop2001
Please assign it to me under JWOC'2024.
@vishal2005025 , go for it
Implement below functionalities :
addUnderscore
: Replace space with underscore. For example : addUnderscore("@abcd efgh"); // @abcd_efghremoveUnderscore
: Remove underscore. For example : removeUnderscore("@ab__cd efgh"); // @abcd efghremoveSpace
: Remove space For example : removeSpace("@abcd efgh"); // @abcdefgh