[Overview][Types][Classes][Procedures and functions][Index] |
Normalize the string by replacing all repeated Spaces, Tabs and NewLines chars with a single space.
Source position: tiUtils.pas line 126
function tiNormalizeStr( |
const AString: string |
):string; |
Normalize the string by replacing all repeated Spaces, Tabs and NewLines chars with a single space.. It's so easy with Regular Expression! :(