I have an expressjs application where I need to read a word document, find a string in that document using regular expression and replace that string with some other string and then finally download the updated word document. I found a solution where we can replace string in placeholder, but this doesn't work for me as I don't have any placeholder. Can you suggest any module to achieve this task.