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 8217b67122 Added test for escaped parentheses in lookarounds 3 weeks ago
..
compile.go Just declare the variable instead of initializing it as well 3 weeks ago
doc.go Updated documentation 3 weeks ago
example_test.go Added function and examples for ReplaceAllFunc() 4 weeks ago
matching.go Reverse order of trying branches if the quantifier is lazy 3 weeks ago
misc.go Added metacharacters for lazy quantifiers 4 weeks ago
nfa.go Added field to NFA, denoting if a node is lazy or not 3 weeks ago
noteOnPCREBackreferences.txt Renamed package 'greg' to 'regex' 1 month ago
postfixNode.go Added code to return lazy quantifier postfixNodes 4 weeks ago
range2regex.go Removed capitalization for error message (staticcheck) 4 weeks ago
re_test.go Added test for escaped parentheses in lookarounds 3 weeks 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