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 e07f27dc78 Merge branch 'master' of https://gitea.twomorecents.org/Rockingcool/kleingrep 2 weeks ago
..
compile.go Fixed bug where escaped parentheses in lookarounds were counted as regular parentheses instead of literals 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 Clone 'isBackreference' and 'referredGroup' NFA fields, because they aren't thread variables 2 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 more backreference tests 2 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