go/src/regexp
Tom Payne 1d3baf20dc regexp/syntax: add note about Unicode character classes
As proposed on golang-nuts:
https://groups.google.com/g/golang-nuts/c/M3lmSUptExQ/m/hRySV9GsCAAJ

Includes the latest updates from re2's mksyntaxgo:
https://code.googlesource.com/re2/+/refs/heads/master/doc/mksyntaxgo

Change-Id: Ib7b79aa6531f473feabd0a7f1d263cd65c4388e4
Reviewed-on: https://go-review.googlesource.com/c/go/+/264678
Reviewed-by: Russ Cox <rsc@golang.org>
Trust: Emmanuel Odeke <emmanuel@orijtech.com>
2020-11-25 15:10:09 +00:00
..
syntax regexp/syntax: add note about Unicode character classes 2020-11-25 15:10:09 +00:00
testdata
all_test.go regexp: add (*Regexp).SubexpIndex 2020-04-10 09:38:07 +00:00
backtrack.go std: remove unused bits of code all over the place 2019-09-02 12:57:37 +00:00
example_test.go regexp: add (*Regexp).SubexpIndex 2020-04-10 09:38:07 +00:00
exec.go
exec2_test.go
exec_test.go regexp: skip long-running benchmarks if -short is specified 2019-10-17 19:53:52 +00:00
find_test.go
onepass.go
onepass_test.go
regexp.go regexp: add (*Regexp).SubexpIndex 2020-04-10 09:38:07 +00:00