[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'tiUtils' (#tiopf)

tiMixedCase

Convert a string into mized case using a simple algorithm

Declaration

Source position: tiUtils.pas line 70

function tiMixedCase(

  AValue: string

):string;

Description

Convert a string into mized case using a simple algorithm. Note: There is a more complete version of this, that takes care of words like McCrae orKing Charles IV. It will also work with characters other than #32 to sep words


Documentation generated on: 2017-08-16