ALIAS
up()
ShortPHP reference for strtoupper().
Signature
strtoupper(string $string): string
Example
up(...);PHP equivalent
strtoupper() is the canonical PHP function. ShortPHP provides up() as the convenience alias.
Extension: Core