Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はC ++ 11でこの行を正規表現に書きました:
regex a("(\\w\\d)+(\\W)?(*)(\\W)?(\\w\\d)+");
A * B (A または B は数値) のようなフレーズを検索したいのですが、スペースはオプションです
しかし、この行では免除がスローされます! このコード行の何が問題なのですか?