issues
search
andgineer
/
TRegExpr
Regular expressions (regex), pascal.
https://regex.sorokin.engineer/en/latest/
MIT License
174
stars
63
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Doesn't work in anon thread
#390
Uefi1
opened
1 month ago
17
Allow OP_ANY_ML in simple loops (OP_STAR). Issue #388
#389
User4martin
closed
5 months ago
0
Crash when searching inside huge line (len=130K)
#388
Alexey-T
closed
5 months ago
20
Backwards kompatible with D7
#387
ThomasKalten
closed
7 months ago
12
Can we remove travis configs?
#386
andgineer
closed
8 months ago
1
Why test `TestBranches` takes so long?
#385
andgineer
closed
8 months ago
2
Add to README badges with CI results
#384
andgineer
closed
8 months ago
0
Add to CI runners to check `solaris x64` and `aarch64`
#383
andgineer
opened
8 months ago
0
Capture in CI benchmark and build report
#382
andgineer
opened
8 months ago
0
Add to CI matrix additional lazarus versions we want to support with
#381
andgineer
opened
8 months ago
0
Translations update from Hosted Weblate
#380
weblate
closed
8 months ago
0
Problems with DefParam and OverMeth defines in Delphi 12.
#379
SkybuckFlying
closed
8 months ago
6
Small optimization / Needs testing with Delphi
#378
User4martin
closed
10 months ago
12
fix #376 / small optimizations
#377
User4martin
closed
10 months ago
0
Nested back-ref does not work
#376
User4martin
closed
10 months ago
2
Optional Feature: backtracking is sub-calls
#375
User4martin
opened
10 months ago
5
Opt matchprim
#374
User4martin
closed
10 months ago
0
OP_ANYLINEBREAK and FillFirstCharSet
#373
User4martin
closed
10 months ago
0
OP_ANYLINEBREAK incomplete in FindRepeated
#372
User4martin
opened
10 months ago
0
FindRepeatead and Unicode / may break OP_STAR/PLUS/...
#371
User4martin
opened
10 months ago
2
Fix opstar groupref
#370
User4martin
closed
10 months ago
0
Lookaround fixes
#369
User4martin
closed
10 months ago
0
OP_Star / FindRepeated and group ref \1
#368
User4martin
closed
10 months ago
3
Delphi 12 changes
#367
dkounal
closed
12 months ago
2
More verbose OP_BACK comment
#366
User4martin
closed
12 months ago
0
Use gbranch in *+ and ?
#365
User4martin
closed
12 months ago
6
Fix GBranch with OP_PLUS
#364
User4martin
closed
1 year ago
0
Add more indent to Dump()
#363
User4martin
closed
1 year ago
0
More guarded branch
#362
User4martin
closed
1 year ago
0
Fix FillFirstCharSet with loops in branches
#361
User4martin
closed
1 year ago
0
Docs for \K
#360
User4martin
closed
1 year ago
0
Optimize op call
#359
User4martin
closed
1 year ago
6
First charset
#358
User4martin
closed
1 year ago
10
various optimizations
#357
User4martin
closed
1 year ago
3
Fix overflow in IsPartFixedLength / remove incorrect assert.
#356
User4martin
closed
1 year ago
1
Fix look around
#355
User4martin
closed
1 year ago
4
Optimize branch
#354
User4martin
closed
1 year ago
1
op-star prevents match
#353
User4martin
closed
1 year ago
5
Sub-call broken in loop
#352
User4martin
closed
1 year ago
2
Optimize OP_BRANCH - if possible check the first char before enter recursion
#351
User4martin
closed
1 year ago
3
function regNextQuick(p: PRegExprChar): PRegExprChar has problem with inline in delphi
#350
dkounal
closed
1 year ago
12
Cleanup regcurrentgroup
#349
User4martin
closed
1 year ago
0
Implement possesive braces
#348
User4martin
closed
1 year ago
0
Optimize branch
#347
User4martin
closed
1 year ago
1
Improved IsFixedLength to get min and max.
#346
User4martin
closed
1 year ago
0
If OpAny/But are in CI mode but non of the chars has case
#345
User4martin
closed
1 year ago
0
Fix matching empty string in ansi-char mode. Condition was wrongly IF…
#344
User4martin
closed
1 year ago
0
$DEFINE UnicodeRE off-> tests fail
#343
Alexey-T
opened
1 year ago
9
speed up / Use assert to check for corrupt mem
#342
User4martin
closed
1 year ago
0
Optimizie code
#341
User4martin
closed
1 year ago
23
Next