Answers for "php regex first capital char then alphanumeric"

PHP
7

first character uppercase php

ucwords("hello world"); // Hello World
ucfirst("hello world"); // Hello world
Posted by: Guest on August-21-2020

Browse Popular Code Answers by Language