示例#1
0
 public function testReplaceFirst()
 {
     $str = new Str("Hello, world.");
     $this->assertTrue($str->replaceFirst("/o/", "O")->equals("HellO, world."));
 }