issues
search
nitely
/
nim-regex
Pure Nim regex engine. Guarantees linear time matching
https://nitely.github.io/nim-regex/
MIT License
228
stars
21
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Can't parse nested groups with repetition range
#46
nitely
closed
5 years ago
0
Capturing groups improvements
#45
xmonader
closed
5 years ago
2
Feature request: Uppercase replacements
#44
jyapayne
opened
5 years ago
1
ct tests
#43
nitely
closed
5 years ago
0
install error, 'typeDesc'
#42
ruqianl
closed
5 years ago
4
Request to make the compilation pass with --styleCheck:error
#41
kaushalmodi
closed
5 years ago
2
Fix all styleCheck warnings and enforce styleCheck
#40
kaushalmodi
closed
5 years ago
14
Have a way to know if regex object is initialized
#39
genotrance
closed
5 years ago
2
Test suite fails with the JS backend
#38
nitely
closed
5 years ago
1
can't use at runtime in js mode
#37
timotheecour
closed
5 years ago
2
`\w` doesn't match `_` in ascii mode (needed for workaround for #4)
#36
timotheecour
closed
5 years ago
0
Feature request - get regex string representation back from Regex object
#35
genotrance
opened
5 years ago
0
fix error on nim devel
#34
timotheecour
closed
5 years ago
2
Support old Nim 0.18
#33
nitely
closed
6 years ago
0
regex is broken on #head
#32
genotrance
closed
6 years ago
4
fix #30
#31
timotheecour
closed
6 years ago
1
regression with latest nim: regex.nim(211, 21) Error: ambiguous call; both unicode.align
#30
timotheecour
closed
6 years ago
3
Unexpected replacements for "^", "$", ""
#29
kaushalmodi
closed
4 years ago
3
deprecate `toPattern` now that https://github.com/nitely/nim-regex/pull/27 was merged
#28
timotheecour
closed
4 years ago
1
fix https://github.com/nitely/nim-regex/issues/24
#27
timotheecour
closed
6 years ago
3
replace enhancements
#26
timotheecour
opened
6 years ago
0
`$1` incorrectly accepted when it doesn't refer to a capture
#25
timotheecour
opened
6 years ago
0
should re be overloaded to cover both RT and CT patterns (and deprecate `toPattern`) ?
#24
timotheecour
closed
6 years ago
6
v0.8.0 fails on both 0.18.0 and 0.19.0
#23
genotrance
closed
6 years ago
3
`re` can't use a runtime value: `Error: cannot evaluate at compile time:`
#22
timotheecour
closed
6 years ago
3
support nim 0.19
#21
nitely
closed
6 years ago
0
Make RegexMatch fat?
#20
nitely
closed
4 years ago
0
what's equals regex for control range in chinese
#19
bung87
opened
6 years ago
13
latest commit makes `nimble install regex` fail => invalid regex.nimble is invalid
#18
timotheecour
closed
6 years ago
3
on latest devel, Error: type mismatch: got <nil> but expected 'string'
#17
timotheecour
closed
6 years ago
11
[WIP] friendlier API: `find(re"(\w+) (\w+)")` should return a tuple (named tuple if named matches are used)
#16
timotheecour
closed
6 years ago
2
Don't export options.Option
#15
Varriount
closed
6 years ago
1
Support streaming input.
#14
Varriount
opened
6 years ago
2
Regex multiline not working with beginning of line
#13
jyapayne
closed
4 years ago
4
Add the findAndCaptureAll helper proc
#12
data-man
closed
6 years ago
1
Improve tests VM vs Runtime
#11
nitely
closed
6 years ago
0
Improve error messages
#10
nitely
closed
6 years ago
4
JS support
#9
nitely
closed
4 years ago
1
Support split with captures
#8
nitely
closed
6 years ago
2
Remove all procs returning Option[T]
#7
nitely
closed
6 years ago
8
Support look-around assertions
#6
nitely
closed
3 years ago
6
Error: attempting to call undeclared routine
#5
cabhishek
closed
6 years ago
3
Support matching at compile-time
#4
nitely
closed
5 years ago
9
Pass flags as set of enum, rather than string
#3
euantorano
closed
8 months ago
3
Fixes #1 - Allows use of re and fullMatch outside of main module
#2
honewatson
closed
6 years ago
6
re and fullMatch do not work outside main module on Nim devel
#1
honewatson
closed
6 years ago
1
Previous