Kohana v3.3.2
This commit is contained in:
@@ -15,4 +15,4 @@ function _ucfirst($str)
|
||||
|
||||
preg_match('/^(.?)(.*)$/us', $str, $matches);
|
||||
return UTF8::strtoupper($matches[1]).$matches[2];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user