Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Make a string uppercase
strtoupper(string $string): string
    {

        if ((
$this->option('name') && ! Str::contains((string) $route['name'], $this->option('name'))) ||

            (
$this->option('path') && ! Str::contains($route['uri'], $this->option('path'))) ||

            (
$this->option('method') && ! Str::contains($route['method'], strtoupper($this->option('method')))) ||

            (
$this->option('domain') && ! Str::contains((string) $route['domain'], $this->option('domain'))) ||

            (
$this->option('except-vendor') && $route['vendor']) ||

            (
$this->option('only-vendor') && ! $route['vendor'])) {
            return (int) $postMaxSize;

        }



        
$metric strtoupper(substr($postMaxSize, -1));

        
$postMaxSize = (int) $postMaxSize;



        return match (
$metric) {
    protected function transformHeadersToServerVars(array $headers)

    {

        return 
collect(array_merge($this->defaultHeaders$headers))->mapWithKeys(function ($value$name) {

            
$name strtr(strtoupper($name), '-''_');



            return [
$this->formatServerHeaderKey($name) => $value];

        })->
all();
    {

        
$arguments func_get_args();



        
$async strtoupper((string) ($arguments[0] ?? null)) === 'ASYNC';



        foreach (
$this->client->_masters() as $master) {

            
$async
    {

        
$arguments func_get_args();



        if (
strtoupper((string) ($arguments[0] ?? null)) === 'ASYNC') {

            return 
$this->command('flushdb', [true]);

        }
    protected function getHash($value)

    {

        
$hash strtoupper(sha1((string) $value));



        
$hashPrefix substr($hash05);
{

    public function 
set($modelstring $key$value, array $attributes)

    {

        return 
is_string($value) ? strtoupper($value) : $value;

    }

}
    {

        return 
Attribute::make(

            function (
$value) {

                return 
strtoupper($value);

            },

            function (
$value) {

                return 
strtoupper($value);
                return strtoupper($value);

            },

            function (
$value) {

                return 
strtoupper($value);

            }

        );

    }
{

    public function 
get($model$key$value$attributes)

    {

        return 
strtoupper($value);

    }



    public function 
set($model$key$value$attributes)
    public function set($model$key$value$attributes)

    {

        return [
$key => strtoupper($value)];

    }

}
            return $name;

        }]);

        
$router->bind('bar', function ($value) {

            return 
strtoupper($value);

        });

        
$this->assertSame('TAYLOR'$router->dispatch(Request::create('foo/taylor''GET'))->getContent());

    }
{

    public function 
bind($value$route)

    {

        return 
strtoupper($value);

    }



    public function 
find($value$route)
    public function first()

    {

        return 
strtoupper($this->value);

    }

}
    public function uppercase()

    {

        return 
$this->name strtoupper($this->name);

    }



    public function 
is($name)