Example #1
0
 public function isLowercase($string)
 {
     return Stringy::isLowercase($string);
 }