summary refs log tree commit diff stats
path: root/lib/impure/re.nim
Commit message (Expand)AuthorAgeFilesLines
* re and nre now link to regex and tinyre (#21161)ringabout2022-12-231-0/+4
* fix a few "broken link" warnings (#20837)Andrey Makarov2022-11-141-1/+1
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+3
* fix bug #14468 zero-width split (#19248)Carlo Capocasa2021-12-131-4/+7
* libs/impore/re: Add note about the requirement of `matches` to be pre-allocat...Kaushal Modi2021-11-021-0/+34
* fix comment (#18473)sivchari2021-07-111-6/+6
* PCRE, nimgrep: add limit for buffer size (#18280)Andrey Makarov2021-06-171-3/+10
* fix #9437(fix `re.replace` wrong behaviour) (#17546)flywind2021-06-101-2/+18
* [std/re] fix findBounds and find procs (#18028)flywind2021-05-311-2/+2
* Revert "[std/re]fix terrible and strange interface" (#18027)flywind2021-05-161-6/+6
* [std/re]fix terrible and strange interfaceflywind2021-05-161-6/+6
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-281-2/+2
* use single backtick (#17115)flywind2021-02-201-76/+76
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-171-3/+0
* fix some warnings (#16952)flywind2021-02-081-1/+1
* Fix style inconsistencies due to the previous commitnarimiran2020-07-061-1/+1
* revert 0944b0f4narimiran2020-07-061-1/+1
* Add jsre (#14870)Juan Carlos2020-07-031-1/+1
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-171-7/+0
* close #14284 document semantics for start for re,nre; improve examples (#14483)Timothee Cour2020-05-281-185/+50
* Fail quickly if re or nre module is attempted to be compiled with js [backpor...Kaushal Modi2020-05-141-1/+3
* added note to re constructor regarding performance (#13224)whiterock2020-01-221-1/+5
* ported re.nim to ARCAraq2019-12-241-1/+10
* [backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. (#...3n-k12019-11-281-1/+1
* Render deprecated pragmas (#8886)LemonBoy2019-06-031-2/+2
* fixes #11139 (re.nim memory leak) (#11265)Miran2019-05-161-1/+1
* live with the hacks, PCRE's design is crapAraq2019-03-191-2/+5
* pcre.nim: added pcre_free and removed hacks in nre and re.nimAndreas Rumpf2019-03-191-5/+2
* fix replacef typo in exampleKobi2019-02-131-1/+1
* Remove long deprecated stuff (#10332)Miran2019-01-181-26/+1
* fix split proc ignored maxsplit argument. Proc split didn't pass maxsplit arg...Denis Lisovik2018-11-111-1/+8
* fixes #9306 properly, fixes #9306Andreas Rumpf2018-10-141-2/+12
* Fix type in docs (#9362)Josh Goebel2018-10-141-1/+1
* fixes #9306Araq2018-10-111-2/+2
* make nimweb compile againAraq2018-08-141-1/+1
* WIP: disallow 'nil' for strings and seqsAndreas Rumpf2018-08-131-5/+3
* Fix typo: PRCE -> PCREKaushal Modi2018-06-051-3/+3
* make re.split consistent with strutils.split and other programming languages;...Andreas Rumpf2018-03-051-14/+28
* Cleanup docs about re.nimAraq2018-03-051-5/+1
* re.nim: removed deprecated symbolsAraq2017-11-281-3/+0
* re.nim: Make tests green and deprecate 'parallelReplace'; it should be 'multi...Araq2017-11-281-5/+12
* Remove reExtended from re constructor. Fixes #5627. (#6514)Dominik Picheta2017-10-201-5/+8
* Fixes #5382Anatoly Galiulin2017-02-131-1/+1
* re additions for buffer (cstring) RE matching (#5117)jlp7652017-01-161-98/+244
* Merge pull request #4814 from scriptum/rpg-pcre-jitAndreas Rumpf2016-10-241-2/+7
|\
| * Enable JIT in PCRE to improve regular expressions performancePavel Roschin2016-09-231-2/+7
* | EIO is called IOError nowAraq2016-09-281-1/+1
|/
* de-deprecate re.nimAndreas Rumpf2016-06-131-5/+6
* documentation build cleaned upAndreas Rumpf2016-05-311-1/+1
* udpated the compiler and tester to use getOrDefaultAraq2015-10-131-1/+3