Replace under scrore with space validation

 Replace under score with space validation

 

export const replaceUnderscoreWithSpace = name => {
    return lowerCase(name.split('_').join(' '));
}

 Click here for share

Comments

Popular posts from this blog

Image Preview Before upload image into ReactJs

Format mobile number to this format "(845) 963-2545" #mobileFormat