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 6d692d0dfc Rename Group.toString() to Group.String() 5 months ago
..
compile.go Added function to return the number of subexpressions in the group 5 months ago
doc.go Added more documentation 5 months ago
example_test.go Added 'example' file that contains testable examples 5 months ago
matching.go Rename Group.toString() to Group.String() 5 months ago
misc.go Renamed one more variable to avoid exporting 5 months ago
nfa.go Replaced call to 'FindAllMatches' with call to 'FindAll' or 'FindAllSubmatch' depending on whether I need submatches 5 months ago
noteOnPCREBackreferences.txt Renamed package 'greg' to 'regex' 5 months ago
postfixNode.go Changed \Z to \z to fit with Go's naming 5 months ago
range2regex.go Updated more referencs to constants 5 months ago
re_test.go Wrote test for 'FindSubmatch' 5 months ago
re_tests.py Renamed package 'greg' to 'regex' 5 months ago
re_tests_uniq.py Renamed package 'greg' to 'regex' 5 months ago
sliceQueue.go Renamed package 'greg' to 'regex' 5 months ago
stateContents.go Renamed package 'greg' to 'regex' 5 months ago
todo.txt Renamed package 'greg' to 'regex' 5 months ago