Jagroop2001 / validify-string

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

String Sanitization Implementation Part -1 #46

Closed Jagroop2001 closed 7 months ago

Jagroop2001 commented 7 months ago

Implement below functionalities : removeNumber : This will remove number from string. For example : removeNumber("@abcd efgh123"); // abcdefgh

addFullstop : Replace space with fullstop. For example : addFullstop("abcd efgh"); // abcd.efgh

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

Jagroop2001 commented 7 months ago

@Anushkabh , please comment

Anushkabh commented 7 months ago

@Jagroop2001 kindly assign me this under jwoc

Anushkabh commented 7 months ago

@Jagroop2001 kindly merge #49 if satisfied