Jagroop2001 / validify-string

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

String Sanitization Implementation Part -1 #43

Closed Jagroop2001 closed 8 months ago

Jagroop2001 commented 9 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

Anushkabh commented 8 months ago

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

Jagroop2001 commented 8 months ago

@Anushkabh , go for it.

Anushkabh commented 8 months ago

kindly merge if satisfied @Jagroop2001 #45

Jagroop2001 commented 8 months ago

shifted to https://github.com/Jagroop2001/validify-string/issues/46