Is it possible to use re2 from Python?

前端 未结 4 1252
醉梦人生
醉梦人生 2021-02-07 01:24

i just discovered http://code.google.com/p/re2, a promising library that uses a long-neglected way (Thompson NFA) to implement a regular expression engine that can be orders of

4条回答
  •  醉酒成梦
    2021-02-07 02:11

    SWIG handles C++ (unlike ctypes), so it may be more straightforward to use it.

提交回复
热议问题