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 e79c19a929 Updated TODO 4 weeks ago
..
compile.go Fixed bug where escaped parentheses in lookarounds were counted as regular parentheses instead of literals 2 months ago
doc.go Updated documentation 2 months 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 2 months 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 2 months 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 4 weeks ago