initcap ( text ) → textConverts the first letter of each word to upper case and the rest to lower case. Words are sequences of alphanumeric characters separated by non-alphanumeric characters.
initcap('hi THOMAS') → Hi ThomasConverts the first letter of each word to upper case and the rest to lower case.
initcap ( text ) → textConverts the first letter of each word to upper case and the rest to lower case. Words are sequences of alphanumeric characters separated by non-alphanumeric characters.
initcap('hi THOMAS') → Hi ThomasDefinition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source