Sign Up
Time to claim your honor
Training
Practice
Complete challenging
Kata
to earn honor and ranks. Re-train to hone technique
Freestyle Sparring
Take turns remixing and refactoring others code through
Kumite
Community
Leaderboards
Achieve honor and move up the global leaderboards
Chat
Join our
Discord
server and chat with your fellow code warriors
Discussions
View our
Github Discussions
board to discuss general Codewars topics
About
Docs
Learn about all of the different aspects of Codewars
Blog
Read the latest news from Codewars and the community
Log In
Sign Up
Name:
Morteza
Clan:
Udemy, YouTube
Skills:
php, laravel, mysql
Member Since:
Jan 2023
Last Seen:
Dec 2023
Profiles:
Following:
0
Followers:
0
Allies:
0
View Profile Badges
Stats
Kata
Collections
Kumite
Social
Discourse
Published
MortezaCoder
vs.
rowcased
2 years ago
saeed51100's Kumite #2
Code
Diff
function
caps
(
string
$c
):
string
{
return
ucwords
(
$c
); }
function caps(
$c)
{
return ucwords($c);
function caps(
string $c): string
{
return ucwords($c);
}
Fork
Discuss (0)
Fixture
Confirm
Collect:
undefined
Loading collection data...