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 9a3bfca313 Renamed unique_append to uniqueAppend 5 months ago
..
compile.go Fixed bug where the regex '(()|.)(b)' wouldn't compile 5 months ago
doc.go Added more documentation 5 months ago
example_test.go Added example for FindSubmatch 5 months ago
matching.go Reset threads when findAllSubmatchHelper is called 5 months ago
misc.go Renamed unique_append to uniqueAppend 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