Topic Path: Symbol Reference > Files > IdStrings.pas
ContentsIndexHome
PreviousUpNext
IdStrings.pas

Contains various utility Procedures and Functions that operate on String values. These Procedures and Functions are used in other Indy source units.

IdStrings.pas contains various utility Procedures and Functions that operate on String values. These Procedures and Functions are used in other Indy source units.

Function 
Description 
Converts a single byte to its 2-byte hexadecimal representation. 
Constructs a comma-delimited list of values. 
Indicates the position where a character not in the search string occurs. 
Locates the position where any of the characters in a search string occur in a string value. 
Indicates if a string value contains only whitespace characters. 
Splits a string at the first occurrence of a delimiter. 
Converts a string containing reserved HTML Entity references to a string using HTML reserved characters. 
Converts a string containing reserved HTML characters to a string using HTML Entity references. 
Converts a string containing reserved XHTML CHaracter Entity references to a string using HTML reserved characters. 
Converts a string containing reserved XHTML characters to a string using XHTML Character Entity references. 
Removes leading and trailing occurrences of the specified characters. 
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.