示例#1
0
 public function testTrimRight()
 {
     $str = new Str("   Hello   ");
     $this->assertTrue($str->trimRight()->equals("   Hello"));
 }