python regex)模式'\ d- \ d'与字符串'1-4-1'

时间:2019-10-24 08:35:08

标签: python regex

我在下面的代码中有一个简短的问题:

function closeWindow() {
        // Run a batch operation against the Word object model.
        Word.run(function (context) {
            Office.context.ui.closeContainer();

            // Synchronize the document state by executing the queued commands, and return a promise to indicate task completion.
            return context.sync();
        })
            .catch(errorHandler);
    }

//

Demo

我不知道为什么模式不能捕获'4-1'

0 个答案:

没有答案