strtoupper ( string $string ) : string Returns string with all alphabetic characters converted to uppercase. Enter string Output String to uppercase in your editor PHPStorm CTRL + SHIFT + U Netbeans CTRL + U then U Atom CTRL + K then U