console.log( (/^=([^\s]+)/g).exec("=hello should not get this"), (/^=([^\s]+)/g).exec("="), (/^=([^\s]+)/g).exec("= should not get this") )