How can i combine str::ucfirst and l::get easily?
Sometimes you need the first character uppercase and the same lowercase.
Results
results
Cheers, Maarten
How can i combine str::ucfirst and l::get easily?
Sometimes you need the first character uppercase and the same lowercase.
Results
results
Cheers, Maarten
You can combine it like this (or is this not easy enough?):
<?= str::ucfirst(l('results')); ?>
Wow thatβs perfect! Thanks