Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for xxxxx0123 (0.24 sec)

  1. src/strings/strings_test.go

    	{"xxxx0123", "0123", true},
    	{"0123xxxxx"[1:], "0123", false},
    	{"xxxxx0123"[:8], "0123", false},
    	// 5-7-byte needle
    	{"xxxxxxxxx", "01234", false},
    	{"01234xxxx", "01234", true},
    	{"xx01234xx", "01234", true},
    	{"xxxx01234", "01234", true},
    	{"01234xxxxx"[1:], "01234", false},
    	{"xxxxx01234"[:9], "01234", false},
    	// 8-byte needle
    	{"xxxxxxxxxxxx", "01234567", false},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 12:58:37 UTC 2024
    - 53K bytes
    - Viewed (0)
Back to top