pyre2 icon indicating copy to clipboard operation
pyre2 copied to clipboard

Python wrapper for RE2

Results 30 pyre2 issues
Sort by recently updated
recently updated
newest added

Summary of changes: - Python 3 compatibility - improve unicode handling - implement finditer as generator - support named groups in replacement strings - support substitutions with count > 1...

Hi, So I was trying to install pyre2 on my Mac following the steps described in the [Installation](https://github.com/axiak/pyre2#installation). And I encountered the following error when I tried to do the...

Hi @axiak It seems you're no longer maintaining pyre2; perhaps I could take over? I think this mostly involves handing over the pypi package. Let me know if you want...

I'm a bit confused on how to install this for Windows 10. I do pip install pre2 and I get the following error. I am running python 3.7 and moved...

`/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/re2.cpp -o build/temp.macosx-10.6-intel-2.7/src/re2.o -std=c++11 In file included from src/re2.cpp:202: /usr/local/include/re2/re2.h:186:10: fatal error:...

my device is centos7. can you help me to solve this problem? ImportError: /usr/lib64/python2.7/site-packages/re2.so: undefined symbol: _ZNK3re23RE25MatchERKNS_11StringPieceEmmNS0_6AnchorEPS1_i

I can't get this to work on python 3.4 (osx): ``` Traceback (most recent call last): File "url.py", line 3, in import re2 as re File "re2.pyx", line 1, in...

python3 will load this module first and throw exception on basestring before loading re2.pyx

OS: ```OSX 10.12.2``` Complier: ``` ➜ Desktop clang -v Apple LLVM version 8.0.0 (clang-800.0.42.1) Target: x86_64-apple-darwin16.1.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin ``` Logs: ``` Building wheels for collected packages: re2...