Js how to write regular matching "question:", "question 1:", "question 22:" such a combination of Chinese, numbers and colons

now there is a text:
question: Hello, dear customer, I am your financial manager. Customer: may I have your name, please? Question 1: I don"t know. Client: all right. Question2: do you believe that?

want to deal with it like this:
Hello, dear customer, I am your financial manager. Customer: may I have your name, please? I have no idea. Client: all right. You believe that?

that is to remove the problem:, question 1:, question 2:
I would like to ask the bosses, how to deal with it?
Thank you!

Jun.02,2022

str.replace(/\d*:/g,"")
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3833b-2c10c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3833b-2c10c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?