Example #1
0
 public function startsWith($haystack, $needle)
 {
     return StringToolkit::startsWith($haystack, $needle);
 }