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

tiNormalizeStr

Normalize the string by replacing all repeated Spaces, Tabs and NewLines chars with a single space.

Declaration

Source position: tiUtils.pas line 126

function tiNormalizeStr(

  const AString: string

):string;

Description

Normalize the string by replacing all repeated Spaces, Tabs and NewLines chars with a single space.. It's so easy with Regular Expression! :(


Documentation generated on: 2017-08-16