Does C or C++ have a standard regex library?

前端 未结 9 766
梦毁少年i
梦毁少年i 2021-02-05 10:36

Does it? If yes, where can I get the documentation for it... if not, then which would be the best alternative?

9条回答
  •  北恋
    北恋 (楼主)
    2021-02-05 10:46

    The Microsoft Visual C++ 2008 Feature Pack 1 (now rolled into the Visual Studio 2008 Service Pack 1) contains a implementation of the 'official' TR1 reg ex types. Knock yourself out :-)

提交回复
热议问题