Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for XOXOX (0.03 sec)

  1. src/strings/replace_test.go

    		testCase{blankToX1, "foo", "XfXoXoX"},
    		testCase{blankToX1, "", "X"},
    
    		testCase{blankToX2, "foo", "XfXoXoX"},
    		testCase{blankToX2, "", "X"},
    
    		testCase{blankHighPriority, "oo", "XOXOX"},
    		testCase{blankHighPriority, "ii", "XiXiX"},
    		testCase{blankHighPriority, "oiio", "XOXiXiXOX"},
    		testCase{blankHighPriority, "iooi", "XiXOXOXiX"},
    		testCase{blankHighPriority, "", "X"},
    
    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