Exemple #1
0
 public function test_split_first_containing_delimiter()
 {
     $this->assertSame("herp", Str::splitFirst("herp derp", " "));
 }