예제 #1
0
 public function testTruncateMatchBefore()
 {
     $s = new Stringizer("キラキラした");
     $this->assertEquals("ラキラした", $s->truncateMatch("ラ", true));
 }