Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fofooBDoo (0.13 sec)

  1. src/strings/replace_test.go

    		testCase{foo1, "", ""},
    
    		testCase{foo2, "fofoofoo12foo32oo", "fofooA2Doo"},
    		testCase{foo2, "", ""},
    
    		testCase{foo3, "fofoofoo12foo32oo", "fofooBDoo"},
    		testCase{foo3, "", ""},
    
    		testCase{foo4, "fofoofoo12foo32oo", "fofooBDoo"},
    		testCase{foo4, "", ""},
    	)
    
    	// genAll maps "\x00\x01\x02...\xfe\xff" to "[all]", amongst other things.
    	allBytes := make([]byte, 256)
    	for i := range allBytes {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 22:53:05 UTC 2017
    - 14.1K bytes
    - Viewed (0)
Back to top