Answers for "php find positions of capital letters in string"

PHP
5

php capital string

<?php
echo strtoupper("Hello WORLD!");
?>
Posted by: Guest on June-26-2020

Code answers related to "php find positions of capital letters in string"

Browse Popular Code Answers by Language