Example #1
0
 public function testReplace3()
 {
     $this->assertEquals(Str::replace('foo', 'y', 'o'), 'foo');
 }