You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kleingrep/regex
Aadhavan Srinivasan f629a0f08f Added 'mustCompile' which panicks if there is an error compiling 2 months ago
..
compile.go Added 'mustCompile' which panicks if there is an error compiling 2 months ago
doc.go Added lookarounds and numeric ranges to documentation 2 months ago
matching.go Return error instead of nil when 'Find' fails 2 months ago
misc.go Renamed one more variable to avoid exporting 3 months ago
nfa.go Replaced call to 'FindAllMatches' with call to 'FindAll' or 'FindAllSubmatch' depending on whether I need submatches 2 months ago
noteOnPCREBackreferences.txt Renamed package 'greg' to 'regex' 3 months ago
postfixNode.go Changed \Z to \z to fit with Go's naming 3 months ago
range2regex.go Updated more referencs to constants 3 months ago
re_test.go Added test for 'Find' 2 months ago
re_tests.py Renamed package 'greg' to 'regex' 3 months ago
re_tests_uniq.py Renamed package 'greg' to 'regex' 3 months ago
sliceQueue.go Renamed package 'greg' to 'regex' 3 months ago
stateContents.go Renamed package 'greg' to 'regex' 3 months ago
todo.txt Renamed package 'greg' to 'regex' 3 months ago