javascript regular expression from string code example Example: js string to regex const regex = new RegExp('https:\\/\\/\\w*\\.\\w*.*', 'g');