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.
Aadhavan Srinivasan 8eda5055ff Replaced call to 'FindAllMatches' with call to 'FindAll' or 'FindAllSubmatch' depending on whether I need submatches 2 days ago
..
compile.go Changed \Z to \z to fit with Go's naming 3 days ago
doc.go Added lookarounds and numeric ranges to documentation 2 days ago
matching.go Renamed 'FindAllMatches' to 'FindAll' and made it a method; made it return a slice of 0-groups; the functionality of 'FindAllMatches' is now in 'FindAllSubmatch' 2 days ago
misc.go Renamed one more variable to avoid exporting 3 days ago
nfa.go Replaced call to 'FindAllMatches' with call to 'FindAll' or 'FindAllSubmatch' depending on whether I need submatches 2 days ago
noteOnPCREBackreferences.txt Renamed package 'greg' to 'regex' 3 days ago
postfixNode.go Changed \Z to \z to fit with Go's naming 3 days ago
range2regex.go Updated more referencs to constants 3 days ago
re_test.go Replaced call to 'FindAllMatches' with call to 'FindAll' or 'FindAllSubmatch' depending on whether I need submatches 2 days ago
re_tests.py Renamed package 'greg' to 'regex' 3 days ago
re_tests_uniq.py Renamed package 'greg' to 'regex' 3 days ago
sliceQueue.go Renamed package 'greg' to 'regex' 3 days ago
stateContents.go Renamed package 'greg' to 'regex' 3 days ago
todo.txt Renamed package 'greg' to 'regex' 3 days ago