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 595b86df60 Added comment to function 1 week ago
..
compile.go Added comment to function 1 week ago
doc.go Updated documentation 1 month ago
example_test.go Added function and examples for ReplaceAllFunc() 2 months ago
matching.go Reverse order of trying branches if the quantifier is lazy 2 months ago
misc.go Added metacharacters for lazy quantifiers 2 months ago
nfa.go Clone 'isBackreference' and 'referredGroup' NFA fields, because they aren't thread variables 1 month ago
noteOnPCREBackreferences.txt Renamed package 'greg' to 'regex' 2 months ago
postfixNode.go Added code to return lazy quantifier postfixNodes 2 months ago
range2regex.go Removed capitalization for error message (staticcheck) 2 months ago
re_test.go Added more backreference tests 1 month ago
re_tests.py Renamed package 'greg' to 'regex' 2 months ago
re_tests_uniq.py Renamed package 'greg' to 'regex' 2 months ago
sliceQueue.go Renamed package 'greg' to 'regex' 2 months ago
stateContents.go Renamed package 'greg' to 'regex' 2 months ago
todo.txt Updated TODO 3 weeks ago