[Overview][Constants][Classes][Procedures and functions][Index] Reference for unit 'StrExtra' (#Pkg)

Capitalize

Capitalizes a string

Declaration

Source position: strextra.pas line 74

function Capitalize(

  const S: string

):string;

Description

Returns S with all characters changed to lowercase except those following a space or an underscore wich are changed to uppercase.