# RE2 basic search tests built by make log
# Wed May 12 12:13:22 EDT 2021
Regexp.SearchTests
strings
""
"a"
regexps
"a"
-;-;-;-
0-1;0-1;0-1;0-1
"^(?:a)$"
-;-;-;-
0-1;0-1;0-1;0-1
"^(?:a)"
-;-;-;-
0-1;0-1;0-1;0-1
"(?:a)$"
-;-;-;-
0-1;0-1;0-1;0-1
strings
""
"zyzzyva"
regexps
"a"
-;-;-;-
-;6-7;-;6-7
"^(?:a)$"
-;-;-;-
-;-;-;-
"^(?:a)"
-;-;-;-
-;-;-;-
"(?:a)$"
-;-;-;-
-;6-7;-;6-7
strings
""
"aa"
regexps
"a+"
-;-;-;-
0-2;0-2;0-2;0-2
"^(?:a+)$"
-;-;-;-
0-2;0-2;0-2;0-2
"^(?:a+)"
-;-;-;-
0-2;0-2;0-2;0-2
"(?:a+)$"
-;-;-;-
0-2;0-2;0-2;0-2
strings
""
"ab"
regexps
"(a+|b)+"
-;-;-;-
0-2 1-2;0-2 1-2;0-2 1-2;0-2 1-2
"^(?:(a+|b)+)$"
-;-;-;-
0-2 1-2;0-2 1-2;0-2 1-2;0-2 1-2
"^(?:(a+|b)+)"
-;-;-;-
0-2 1-2;0-2 1-2;0-2 1-2;0-2 1-2
"(?:(a+|b)+)$"
-;-;-;-
0-2 1-2;0-2 1-2;0-2 1-2;0-2 1-2
strings
""
"xabcdx"
regexps
"ab|cd"
-;-;-;-
-;1-3;-;1-3
"^(?:ab|cd)$"
-;-;-;-
-;-;-;-
"^(?:ab|cd)"
-;-;-;-
-;-;-;-
"(?:ab|cd)$"
-;-;-;-
-;-;-;-
strings
""
"hello\ngoodbye\n"
regexps
"h.*od?"
-;-;-;-
-;0-5;-;0-5
"^(?:h.*od?)$"
-;-;-;-
-;-;-;-
"^(?:h.*od?)"
-;-;-;-
-;0-5;-;0-5
"(?:h.*od?)$"
-;-;-;-
-;-;-;-
strings
""
"hello\ngoodbye\n"
regexps
"h.*o"
-;-;-;-
-;0-5;-;0-5
"^(?:h.*o)$"
-;-;-;-
-;-;-;-
"^(?:h.*o)"
-;-;-;-
-;0-5;-;0-5
"(?:h.*o)$"
-;-;-;-
-;-;-;-
strings
""
"goodbye\nhello\n"
regexps
"h.*o"
-;-;-;-
-;8-13;-;8-13
"^(?:h.*o)$"
-;-;-;-
-;-;-;-
"^(?:h.*o)"
-;-;-;-
-;-;-;-
"(?:h.*o)$"
-;-;-;-
-;-;-;-
strings
""
"hello world"
regexps
"h.*o"
-;-;-;-
-;0-8;-;0-8
"^(?:h.*o)$"
-;-;-;-
-;-;-;-
"^(?:h.*o)"
-;-;-;-
-;0-8;-;0-8
"(?:h.*o)$"
-;-;-;-
-;-;-;-
strings
""
"othello, world"
regexps
"h.*o"
-;-;-;-
-;2-11;-;2-11
"^(?:h.*o)$"
-;-;-;-
-;-;-;-
"^(?:h.*o)"
-;-;-;-
-;-;-;-
"(?:h.*o)$"
-;-;-;-
-;-;-;-
strings
""
"aaaaaaa"
regexps
"[^\\s\\S]"
-;-;-;-
-;-;-;-
"^(?:[^\\s\\S])$"
-;-;-;-
-;-;-;-
"^(?:[^\\s\\S])"
-;-;-;-
-;-;-;-
"(?:[^\\s\\S])$"
-;-;-;-
-;-;-;-
strings
""
"aaaaaaa"
regexps
"a"
-;-;-;-
-;0-1;-;0-1
"^(?:a)$"
-;-;-;-
-;-;-;-
"^(?:a)"
-;-;-;-
-;0-1;-;0-1
"(?:a)$"
-;-;-;-
-;6-7;-;6-7
strings
""
"aaaaaaa"
regexps
"a*"
0-0;0-0;0-0;0-0
0-7;0-7;0-7;0-7
"^(?:a*)$"
0-0;0-0;0-0;0-0
0-7;0-7;0-7;0-7
"^(?:a*)"
0-0;0-0;0-0;0-0
0-7;0-7;0-7;0-7
"(?:a*)$"
0-0;0-0;0-0;0-0
0-7;0-7;0-7;0-7
strings
""
""
regexps
"a*"
0-0;0-0;0-0;0-0
0-0;0-0;0-0;0-0
"^(?:a*)$"
0-0;0-0;0-0;0-0
0-0;0-0;0-0;0-0
"^(?:a*)"
0-0;0-0;0-0;0-0
0-0;0-0;0-0;0-0
"(?:a*)$"
0-0;0-0;0-0;0-0
0-0;0-0;0-0;0-0
strings
""
"xabcdx"
regexps
"ab|cd"
-;-;-;-
-;1-3;-;1-3
"^(?:ab|cd)$"
-;-;-;-
-;-;-;-
"^(?:ab|cd)"
-;-;-;-
-;-;-;-
"(?:ab|cd)$"
-;-;-;-
-;-;-;-
strings
""
"cab"
regexps
"a"
-;-;-;-
-;1-2;-;1-2
"^(?:a)$"
-;-;-;-
-;-;-;-
"^(?:a)"
-;-;-;-
-;-;-;-
"(?:a)$"
-;-;-;-
-;-;-;-
strings
""
"cab"
regexps
"a*b"
-;-;-;-
-;1-3;-;1-3
"^(?:a*b)$"
-;-;-;-
-;-;-;-
"^(?:a*b)"
-;-;-;-
-;-;-;-
"(?:a*b)$"
-;-;-;-
-;1-3;-;1-3
strings
""
"x"
regexps
"((((((((((((((((((((x))))))))))))))))))))"
-;-;-;-
0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1;0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1;0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1;0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1
"^(?:((((((((((((((((((((x)))))))))))))))))))))$"
-;-;-;-
0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1;0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1;0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1;0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1
"^(?:((((((((((((((((((((x)))))))))))))))))))))"
-;-;-;-
0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1;0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1;0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1;0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1
"(?:((((((((((((((((((((x)))))))))))))))))))))$"
-;-;-;-
0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1;0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1;0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1;0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1
strings
""
"xxxabcdxxx"
regexps
"[abcd]"
-;-;-;-
-;3-4;-;3-4
"^(?:[abcd])$"
-;-;-;-
-;-;-;-
"^(?:[abcd])"
-;-;-;-
-;-;-;-
"(?:[abcd])$"
-;-;-;-
-;-;-;-
strings
""
"xxxabcdxxx"
regexps
"[^x]"
-;-;-;-
-;3-4;-;3-4
"^(?:[^x])$"
-;-;-;-
-;-;-;-
"^(?:[^x])"
-;-;-;-
-;-;-;-
"(?:[^x])$"
-;-;-;-
-;-;-;-
strings
""
"xxxabcdxxx"
regexps
"[abcd]+"
-;-;-;-
-;3-7;-;3-7
"^(?:[abcd]+)$"
-;-;-;-
-;-;-;-
"^(?:[abcd]+)"
-;-;-;-
-;-;-;-
"(?:[abcd]+)$"
-;-;-;-
-;-;-;-
strings
""
"xxxabcdxxx"
regexps
"[^x]+"
-;-;-;-
-;3-7;-;3-7
"^(?:[^x]+)$"
-;-;-;-
-;-;-;-
"^(?:[^x]+)"
-;-;-;-
-;-;-;-
"(?:[^x]+)$"
-;-;-;-
-;-;-;-
strings
""
"fo"
regexps
"(fo|foo)"
-;-;-;-
0-2 0-2;0-2 0-2;0-2 0-2;0-2 0-2
"^(?:(fo|foo))$"
-;-;-;-
0-2 0-2;0-2 0-2;0-2 0-2;0-2 0-2
"^(?:(fo|foo))"
-;-;-;-
0-2 0-2;0-2 0-2;0-2 0-2;0-2 0-2
"(?:(fo|foo))$"
-;-;-;-
0-2 0-2;0-2 0-2;0-2 0-2;0-2 0-2
strings
""
"foo"
regexps
"(foo|fo)"
-;-;-;-
0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
"^(?:(foo|fo))$"
-;-;-;-
0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
"^(?:(foo|fo))"
-;-;-;-
0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
"(?:(foo|fo))$"
-;-;-;-
0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
strings
""
"aA"
regexps
"aa"
-;-;-;-
-;-;-;-
"^(?:aa)$"
-;-;-;-
-;-;-;-
"^(?:aa)"
-;-;-;-
-;-;-;-
"(?:aa)$"
-;-;-;-
-;-;-;-
strings
""
"Aa"
regexps
"a"
-;-;-;-
-;1-2;-;1-2
"^(?:a)$"
-;-;-;-
-;-;-;-
"^(?:a)"
-;-;-;-
-;-;-;-
"(?:a)$"
-;-;-;-
-;1-2;-;1-2
strings
""
"A"
regexps
"a"
-;-;-;-
-;-;-;-
"^(?:a)$"
-;-;-;-
-;-;-;-
"^(?:a)"
-;-;-;-
-;-;-;-
"(?:a)$"
-;-;-;-
-;-;-;-
strings
""
"abc"
regexps
"ABC"
-;-;-;-
-;-;-;-
"^(?:ABC)$"
-;-;-;-
-;-;-;-
"^(?:ABC)"
-;-;-;-
-;-;-;-
"(?:ABC)$"
-;-;-;-
-;-;-;-
strings
""
"XABCY"
regexps
"abc"
-;-;-;-
-;-;-;-
"^(?:abc)$"
-;-;-;-
-;-;-;-
"^(?:abc)"
-;-;-;-
-;-;-;-
"(?:abc)$"
-;-;-;-
-;-;-;-
strings
""
"xabcy"
regexps
"ABC"
-;-;-;-
-;-;-;-
"^(?:ABC)$"
-;-;-;-
-;-;-;-
"^(?:ABC)"
-;-;-;-
-;-;-;-
"(?:ABC)$"
-;-;-;-
-;-;-;-
strings
""
"foo"
regexps
"foo|bar|[A-Z]"
-;-;-;-
0-3;0-3;0-3;0-3
"^(?:foo|bar|[A-Z])$"
-;-;-;-
0-3;0-3;0-3;0-3
"^(?:foo|bar|[A-Z])"
-;-;-;-
0-3;0-3;0-3;0-3
"(?:foo|bar|[A-Z])$"
-;-;-;-
0-3;0-3;0-3;0-3
strings
""
"foo"
regexps
"^(foo|bar|[A-Z])"
-;-;-;-
0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
"^(?:^(foo|bar|[A-Z]))$"
-;-;-;-
0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
"^(?:^(foo|bar|[A-Z]))"
-;-;-;-
0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
"(?:^(foo|bar|[A-Z]))$"
-;-;-;-
0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
strings
""
"foo\n"
regexps
"(foo|bar|[A-Z])$"
-;-;-;-
-;-;-;-
"^(?:(foo|bar|[A-Z])$)$"
-;-;-;-
-;-;-;-
"^(?:(foo|bar|[A-Z])$)"
-;-;-;-
-;-;-;-
"(?:(foo|bar|[A-Z])$)$"
-;-;-;-
-;-;-;-
strings
""
"foo"
regexps
"(foo|bar|[A-Z])$"
-;-;-;-
0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
"^(?:(foo|bar|[A-Z])$)$"
-;-;-;-
0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
"^(?:(foo|bar|[A-Z])$)"
-;-;-;-
0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
"(?:(foo|bar|[A-Z])$)$"
-;-;-;-
0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
strings
""
"foo\n"
regexps
"^(foo|bar|[A-Z])$"
-;-;-;-
-;-;-;-
"^(?:^(foo|bar|[A-Z])$)$"
-;-;-;-
-;-;-;-
"^(?:^(foo|bar|[A-Z])$)"
-;-;-;-
-;-;-;-
"(?:^(foo|bar|[A-Z])$)$"
-;-;-;-
-;-;-;-
strings
""
"foo"
regexps
"^(foo|bar|[A-Z])$"
-;-;-;-
0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
"^(?:^(foo|bar|[A-Z])$)$"
-;-;-;-
0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
"^(?:^(foo|bar|[A-Z])$)"
-;-;-;-
0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
"(?:^(foo|bar|[A-Z])$)$"
-;-;-;-
0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
strings
""
"bar"
regexps
"^(foo|bar|[A-Z])$"
-;-;-;-
0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
"^(?:^(foo|bar|[A-Z])$)$"
-;-;-;-
0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
"^(?:^(foo|bar|[A-Z])$)"
-;-;-;-
0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
"(?:^(foo|bar|[A-Z])$)$"
-;-;-;-
0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
strings
""
"X"
regexps
"^(foo|bar|[A-Z])$"
-;-;-;-
0-1 0-1;0-1 0-1;0-1 0-1;0-1 0-1
"^(?:^(foo|bar|[A-Z])$)$"
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
go1.22.6.linux-amd64.tar.gz (2000个子文件)
testregex.c 51KB
div_test.c 1KB
c.c 0B
zzipdata.go 1.29MB
all_test.go 215KB
tables.go 205KB
p521_fiat64.go 167KB
x509_test.go 160KB
alldocs.go 139KB
pkg.go 121KB
value.go 119KB
verify_test.go 109KB
sha512_test.go 106KB
exec.go 105KB
p384_fiat64.go 91KB
api_test.go 91KB
all_test.go 87KB
handshake_client_test.go 85KB
load.go 83KB
zerrors_linux_loong64.go 82KB
x509.go 82KB
go_test.go 81KB
type.go 80KB
os_test.go 77KB
testing.go 76KB
zerrors_linux_s390x.go 73KB
parser.go 72KB
zerrors_linux_ppc64le.go 72KB
test.go 71KB
zerrors_linux_ppc64.go 71KB
zerrors_linux_riscv64.go 71KB
zerrors_linux_mips.go 69KB
zerrors_linux_mipsle.go 69KB
zerrors_linux_arm64.go 69KB
zerrors_linux_mips64le.go 69KB
zerrors_linux_mips64.go 69KB
decode_test.go 68KB
zerrors_netbsd_386.go 67KB
zerrors_freebsd_riscv64.go 67KB
zerrors_freebsd_arm64.go 67KB
zerrors_freebsd_amd64.go 67KB
zerrors_freebsd_386.go 67KB
zerrors_freebsd_arm.go 67KB
zerrors_openbsd_ppc64.go 67KB
zerrors_openbsd_riscv64.go 67KB
zerrors_netbsd_arm64.go 67KB
zerrors_netbsd_amd64.go 67KB
zerrors_openbsd_mips64.go 67KB
zerrors_netbsd_arm.go 66KB
zerrors_openbsd_arm64.go 66KB
init.go 66KB
marshal_test.go 66KB
get.go 66KB
handshake_server_test.go 63KB
zerrors_openbsd_386.go 63KB
zerrors_openbsd_amd64.go 62KB
zerrors_openbsd_arm.go 62KB
build.go 61KB
zerrors_dragonfly_amd64.go 60KB
int_test.go 58KB
zerrors_linux_arm.go 58KB
zerrors_linux_amd64.go 57KB
zerrors_linux_386.go 57KB
zsyscall_windows.go 57KB
bytes_test.go 56KB
time_test.go 56KB
zerrors_darwin_arm64.go 56KB
zerrors_darwin_amd64.go 55KB
common.go 55KB
buildlist.go 54KB
tls_test.go 54KB
syscall_windows.go 53KB
nodes.go 53KB
sais2.go 52KB
strings_test.go 52KB
des_test.go 52KB
parse.go 52KB
float_test.go 52KB
zsyscall_darwin_amd64.go 52KB
zsyscall_darwin_arm64.go 52KB
conn.go 51KB
zerrors_solaris_amd64.go 51KB
parser.go 50KB
time.go 50KB
exec_test.go 49KB
expr.go 49KB
format.go 48KB
handshake_messages.go 48KB
zsyscall_openbsd_arm.go 48KB
cmath_test.go 48KB
zsyscall_openbsd_386.go 48KB
zsyscall_openbsd_riscv64.go 48KB
zsyscall_openbsd_ppc64.go 48KB
zsyscall_openbsd_amd64.go 48KB
zsyscall_openbsd_arm64.go 48KB
chacha8_test.go 48KB
zerrors_aix_ppc64.go 47KB
xml.go 47KB
vcs.go 46KB
path_test.go 45KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
dinokli
- 粉丝: 1
- 资源: 16
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- API网关 vs IDAAS网关 vs WAF,以及API网关在微服务中的应用
- 360T7路由集客AP固件
- meltdown/spectre处理器漏洞知识点整理
- AWDAWDWADWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
- 15000个英文单词, SQLite3数据库,字段为 单词, 翻译,各种时态,复数形式,例句
- Replicate 的 Python 客户端.zip
- Raven 是 Sentry 的旧版 Python 客户端(getsentry.com),已被 sentry-python 取代.zip
- python打包创造-pycache-文件
- 基于Hadoop平台分析准大学生手机网购偏好与趋势
- 基于Python和ECharts的京东手机销售数据分析与可视化
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功