Araq
|
18859cbaa1
make nimweb compile again
|
6 年之前 |
Andreas Rumpf
|
dae5450947
WIP: disallow 'nil' for strings and seqs
|
6 年之前 |
Kaushal Modi
|
0321ea36c9
Fix typo: PRCE -> PCRE
|
6 年之前 |
Andreas Rumpf
|
e2094bc6f4
make re.split consistent with strutils.split and other programming languages; refs #7278
|
6 年之前 |
Araq
|
0c28dcd9e2
Cleanup docs about re.nim
|
6 年之前 |
Araq
|
01304db5b2
re.nim: removed deprecated symbols
|
7 年之前 |
Araq
|
d0d02c2fe3
re.nim: Make tests green and deprecate 'parallelReplace'; it should be 'multiReplace' for consistency with strutils.nim
|
7 年之前 |
Dominik Picheta
|
aa96343f1d
Remove reExtended from re constructor. Fixes #5627. (#6514)
|
7 年之前 |
Anatoly Galiulin
|
279e4b0451
Fixes #5382
|
7 年之前 |
jlp765
|
704eae8495
re additions for buffer (cstring) RE matching (#5117)
|
8 年之前 |
Andreas Rumpf
|
3715a5ac91
Merge pull request #4814 from scriptum/rpg-pcre-jit
|
8 年之前 |
Araq
|
b8325181d1
EIO is called IOError now
|
8 年之前 |
Pavel Roschin
|
61755945d2
Enable JIT in PCRE to improve regular expressions performance
|
8 年之前 |
Andreas Rumpf
|
112cde69c8
de-deprecate re.nim
|
8 年之前 |
Andreas Rumpf
|
1a88c01f92
documentation build cleaned up
|
8 年之前 |
Araq
|
8be9e46403
udpated the compiler and tester to use getOrDefault
|
9 年之前 |
Adam Strzelecki
|
43bddf62dd
lib: Trim .nim files trailing whitespace
|
9 年之前 |
patrick dw
|
15e7fe787a
renamed writeln to writeLine in lib
|
9 年之前 |
Flaviu Tamas
|
31514550d3
Revert "Base re off of nre"
|
9 年之前 |
Flaviu Tamas
|
a707f8de65
Edit re and nre doc comments
|
9 年之前 |
Flaviu Tamas
|
8caa5cd292
Deprecate re
|
9 年之前 |
Flaviu Tamas
|
15ef227c48
Adjust re for nre's inclusive bounds
|
9 年之前 |
Oleh Prypin
|
dc60a51e15
Base re off of nre
|
9 年之前 |
Koala Zen
|
d620f566b2
Fix comment in re
|
9 年之前 |
Andreas Rumpf
|
1b80e2f296
Merge pull request #2506 from BlaXpirit/update-pcre
|
9 年之前 |
Andreas Rumpf
|
97cb0eb694
Merge pull request #2560 from BlaXpirit/re-nre-hint
|
9 年之前 |
Oleh Prypin
|
aa327efa98
Add a hint about NRE to 're' module
|
9 年之前 |
Oleh Prypin
|
ff25c1272f
Deprecate constant regular expression strings
|
9 年之前 |
Oleh Prypin
|
fd8c6d0a32
Fix deprecation warnings in re
|
9 年之前 |
Andreas Rumpf
|
2b8f8bbf19
Merge pull request #2502 from def-/pcre
|
9 年之前 |