Jagroop2001 / validify-string

https://www.npmjs.com/package/validify-string
5 stars 11 forks source link

String Sanitization Implementation Part -2 #44

Closed Jagroop2001 closed 8 months ago

Jagroop2001 commented 9 months ago

Implement below functionalities : addUnderscore : Replace space with underscore. For example : addUnderscore("@abcd efgh"); // @abcd_efgh

removeUnderscore : Remove underscore. For example : removeUnderscore("@ab__cd efgh"); // @abcd efgh

removeSpace : Remove space For example : removeSpace("@abcd efgh"); // @abcdefgh

Anushkabh commented 8 months ago

I want to work .. kindly assign this issue under JWOC'24 @Jagroop2001

vishal2005025 commented 8 months ago

Please assign it to me under JWOC'2024.

Jagroop2001 commented 8 months ago

@vishal2005025 , go for it