Jak używać wyrażenia regularnego w nodeJS

const regex = new RegExp('https:\\/\\/\\w*\\.\\w*.*', 'g');
garzj