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
@Anushkabh , please comment
@Jagroop2001 kindly assign me this under jwoc
@Jagroop2001 kindly merge #49 if satisfied
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