Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fofooA2Doo (0.3 sec)

  1. src/strings/replace_test.go

    		"foo12", "B",
    		"foo32", "D",
    	)
    	testCases = append(testCases,
    		testCase{foo1, "fofoofoo12foo32oo", "fofooA2C2oo"},
    		testCase{foo1, "", ""},
    
    		testCase{foo2, "fofoofoo12foo32oo", "fofooA2Doo"},
    		testCase{foo2, "", ""},
    
    		testCase{foo3, "fofoofoo12foo32oo", "fofooBDoo"},
    		testCase{foo3, "", ""},
    
    		testCase{foo4, "fofoofoo12foo32oo", "fofooBDoo"},
    		testCase{foo4, "", ""},
    	)
    
    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