Closed Jagroop2001 closed 8 months ago
Implement below functionalities : removeNumber : This will remove number from string. For example : removeNumber("@abcd efgh123"); // abcdefgh
removeNumber
addFullstop : Replace space with fullstop. For example : addFullstop("abcd efgh"); // abcd.efgh
addFullstop
addUnderscore : Replace space with underscore For example : addUnderscore("@abcd efgh"); // @abcd_efgh
addUnderscore
i want to work .. kindly assign this issue under JWOC'24 @Jagroop2001
@Anushkabh , go for it.
kindly merge if satisfied @Jagroop2001 #45
shifted to https://github.com/Jagroop2001/validify-string/issues/46
Implement below functionalities :
removeNumber
: This will remove number from string. For example : removeNumber("@abcd efgh123"); // abcdefghaddFullstop
: Replace space with fullstop. For example : addFullstop("abcd efgh"); // abcd.efghaddUnderscore
: Replace space with underscore For example : addUnderscore("@abcd efgh"); // @abcd_efgh