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 2a9ae0b68a Wrote test for 'FindSubmatch' 1 month ago
..
compile.go Added function to return the number of subexpressions in the group 1 month ago
doc.go Added more documentation 1 month ago
matching.go Wrote 'reg.FindSubmatch()' which returns the leftmost match with submatches, renamed 'isValid' to 'IsValid' to export it, renamed 'ToString' to 'String' 1 month ago
misc.go Renamed one more variable to avoid exporting 1 month ago
nfa.go Replaced call to 'FindAllMatches' with call to 'FindAll' or 'FindAllSubmatch' depending on whether I need submatches 1 month ago
noteOnPCREBackreferences.txt Renamed package 'greg' to 'regex' 1 month ago
postfixNode.go Changed \Z to \z to fit with Go's naming 1 month ago
range2regex.go Updated more referencs to constants 1 month ago
re_test.go Wrote test for 'FindSubmatch' 1 month ago
re_tests.py Renamed package 'greg' to 'regex' 1 month ago
re_tests_uniq.py Renamed package 'greg' to 'regex' 1 month ago
sliceQueue.go Renamed package 'greg' to 'regex' 1 month ago
stateContents.go Renamed package 'greg' to 'regex' 1 month ago
todo.txt Renamed package 'greg' to 'regex' 1 month ago