This website requires JavaScript.
Explore
Help
Sign In
Rockingcool
/
kleingrep
Watch
2
Star
0
Fork
0
You've already forked kleingrep
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
6869cd00a2bb34fccb1d0c0cf45a7ba583259f30
kleingrep
/
regex
History
Aadhavan Srinivasan
6869cd00a2
Return error instead of nil when 'Find' fails
2025-01-31 10:52:38 -05:00
..
compile.go
Changed \Z to \z to fit with Go's naming
2025-01-30 15:08:18 -05:00
doc.go
Added lookarounds and numeric ranges to documentation
2025-01-31 09:26:21 -05:00
matching.go
Return error instead of nil when 'Find' fails
2025-01-31 10:52:38 -05:00
misc.go
Renamed one more variable to avoid exporting
2025-01-30 10:45:11 -05:00
nfa.go
Replaced call to 'FindAllMatches' with call to 'FindAll' or 'FindAllSubmatch' depending on whether I need submatches
2025-01-31 09:55:36 -05:00
noteOnPCREBackreferences.txt
…
postfixNode.go
Changed \Z to \z to fit with Go's naming
2025-01-30 15:08:18 -05:00
range2regex.go
Updated more referencs to constants
2025-01-30 10:47:35 -05:00
re_test.go
Added test for 'Find'
2025-01-31 10:52:27 -05:00
re_tests_uniq.py
…
re_tests.py
…
sliceQueue.go
…
stateContents.go
…
todo.txt
…