Answers for "str.ToUpper replace string"

PHP
9

php string to uppwe

$lowercase = "this is lower case";
$uppercase = strtoupper($lowercase);

echo $uppercase;
// THIS IS LOWER CASE
Posted by: Guest on February-24-2020
1

php open file capital letters or not

$result = current(preg_grep("/".preg_quote($filename)."/i", glob("$path/*")));
Posted by: Guest on May-21-2020

Browse Popular Code Answers by Language