summary refs log tree commit diff stats
path: root/lib/impure/re.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-3/+3
* renamed writeln to writeLine in libpatrick dw2015-06-191-1/+1
* Revert "Base re off of nre"Flaviu Tamas2015-06-101-142/+235
* Edit re and nre doc commentsFlaviu Tamas2015-06-071-1/+1
* Deprecate reFlaviu Tamas2015-06-071-2/+2
* Adjust re for nre's inclusive boundsFlaviu Tamas2015-06-071-1/+1
* Base re off of nreOleh Prypin2015-06-071-238/+142
* Fix comment in reKoala Zen2015-05-061-2/+2
* Merge pull request #2506 from BlaXpirit/update-pcreAndreas Rumpf2015-04-211-7/+7
|\
| * Fix deprecation warnings in reOleh Prypin2015-04-101-7/+7
* | Merge pull request #2560 from BlaXpirit/re-nre-hintAndreas Rumpf2015-04-151-2/+5
|\ \