Paul Sokolovsky
|
7ccd2d87ed
|
re-pcre: Actually fix compatibility with big-endian systems.
"big" argument to b"".from_bytes(..., "big") isn't really supported by
MicroPython, so use array as a buffer.
|
2016-12-19 23:05:38 +03:00 |
Paul Sokolovsky
|
444004be32
|
re-pcre: Fix compatibility with big-endian systems.
|
2016-12-08 14:35:48 +03:00 |
Damien George
|
e4b67a0d32
|
re-pcre: Use ffilib to load libpcre shared library.
|
2015-06-05 13:17:37 +00:00 |
Paul Sokolovsky
|
3ec82997d5
|
re-pcre: findall(): Rework for compliant implementation.
|
2015-05-29 02:04:27 +03:00 |
Paul Sokolovsky
|
0e4a1ab7e1
|
re-pcre: Implement findall() method.
|
2015-05-06 00:09:37 +03:00 |
Paul Sokolovsky
|
5262fb8237
|
re-pcre: Implement count arg to re.sub().
|
2014-06-08 00:16:34 +03:00 |
Paul Sokolovsky
|
f1201bdce9
|
re-pcre: sub(): If suffix of string matched, None was returned.
|
2014-06-07 05:04:00 +03:00 |
Paul Sokolovsky
|
cc4cd5b47a
|
re-pcre: Implement split() method.
|
2014-05-11 12:20:31 +03:00 |
Paul Sokolovsky
|
ef315ca90e
|
re-pcre: Implement multiple args to match.group().
|
2014-05-10 19:09:03 +03:00 |
Paul Sokolovsky
|
3ff262e08f
|
re-pcre: Add escape() function.
|
2014-05-10 00:43:26 +03:00 |
Paul Sokolovsky
|
56454eba33
|
all: Tighten up typecodes for FFI module.
|
2014-04-22 00:39:21 +03:00 |
Paul Sokolovsky
|
7c2f087208
|
re-pcre: Add dummy ASCII and UNICODE flags.
|
2014-04-13 03:34:16 +03:00 |
Paul Sokolovsky
|
6ef3ed62e4
|
re-pcre: Capture all possible subexpressions, even empty.
|
2014-04-13 02:14:15 +03:00 |
Paul Sokolovsky
|
edb642822c
|
re-pcre: Implement Match.groups().
|
2014-04-13 02:14:15 +03:00 |
Paul Sokolovsky
|
8067bab189
|
re-pcre: Implement module-level match().
|
2014-04-13 02:14:15 +03:00 |
Paul Sokolovsky
|
e375c69d43
|
re-pcre: search(): Implement pos arg support.
|
2014-04-13 02:14:15 +03:00 |
Paul Sokolovsky
|
9fcd9e7b3c
|
re-pcre: Match: add start()/end() methods.
|
2014-04-13 02:14:15 +03:00 |
Paul Sokolovsky
|
9592480266
|
re-pcre: Add dummy pos/endpos args to search()/match().
|
2014-04-13 02:14:15 +03:00 |
Paul Sokolovsky
|
9ad8f7090d
|
re-pcre: sub(): support functional replacement arg.
|
2014-04-13 02:14:15 +03:00 |
Paul Sokolovsky
|
72b5eedd3d
|
re-pcre: Implement subset of sub().
|
2014-04-13 02:14:15 +03:00 |
Paul Sokolovsky
|
a943b0f2e8
|
re-pcre: Allocate match span array of needed size.
|
2014-04-13 02:14:15 +03:00 |
Paul Sokolovsky
|
bad3a0ad5a
|
re-pcre: Add basic flags and partial implementation of match().
|
2014-04-13 02:14:15 +03:00 |
Paul Sokolovsky
|
888ec84821
|
re-pcre: Add initial impl of re module using ffi against libpcre.
|
2014-04-13 02:14:14 +03:00 |