Timeline for split and capitalize
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| May 14, 2018 at 14:01 | history | edited | manassehkatz-Moving 2 Codidact | CC BY-SA 4.0 |
added 26 characters in body
|
| May 14, 2018 at 10:15 | comment | added | Med |
You can even do the echo inside the loop: $a=explode($argv[2],$argv[1]);echo array_shift($a);foreach($a as$i)echo ucfirst($i);
|
|
| May 14, 2018 at 10:01 | comment | added | Med |
You can remove {and } from the for loop, it will only treat the next statement as body of the condition.
|
|
| May 13, 2018 at 21:45 | history | answered | manassehkatz-Moving 2 Codidact | CC BY-SA 4.0 |