PythonExtra/lib/re1.5
Damien George adfd57c5fe lib/re1.5: Distinguish between subject start-of-line and start-of-srch.
Otherwise a repeated sub/split will continue to match ^ to the start of
that search.

Signed-off-by: Damien George <damien@micropython.org>
2022-03-16 12:21:00 +11:00
..
charclass.c lib/re1.5: Move re1.5 code from extmod to lib. 2021-07-12 16:36:26 +10:00
compilecode.c lib/re1.5: Move re1.5 code from extmod to lib. 2021-07-12 16:36:26 +10:00
dumpcode.c lib/re1.5: Move re1.5 code from extmod to lib. 2021-07-12 16:36:26 +10:00
re1.5.h lib/re1.5: Distinguish between subject start-of-line and start-of-srch. 2022-03-16 12:21:00 +11:00
recursiveloop.c lib/re1.5: Distinguish between subject start-of-line and start-of-srch. 2022-03-16 12:21:00 +11:00