You can learn the ways to manipulate your string data through ASP by going through this online ASP tutorial. A detailed explanation is available on this article about the string function MID() with exact syntax and the parameters are explained clearl
More than 70 string manipulation non objected routines.
This string manipulation article lets you know the steps needed to convert the text in proper case format. The function PropCase() is illustrated with an example program how to capitalize the starting letter of each word that are passed through an ar
This ASP tutorial gives clear explanation for the string functions Left(), Mid() and Right() with an example that demonstrates how to extract the first, middle, and last characters from a given string respectively. Widely useful for ASP forms and app
In this online tutorial, it is clearly taught that VBscript's instr() function can be used to search for a particular sub string or character within a string where the said function performs the same process but from the end of the string. Widely use
StringBuilder is an article in which author elaborates the method of string manipulation through string builders. The author discusses about System.Text namespace in which the string builder resides. This string builders helps in cancatenating string
This component has the same basic functions as TIniFile and many additional methods for stored data in binary file, such as:function ReadData(Section, Ident: string; pBuf: Pointer): Integer;function ReadStream(Section, Ident:
A string manipulation tutorial that implements the ASP techiniques to help you to learn how to join two text together. The string functions in VBScript are given with proper syntax and from the example coding you can learn easily how Response.Write i
Delphi's SysUtils unit have nice function FormatDateTime for conversion from DateTimeto a String with format. Here is the inverse function:Function FormatStrToDateTime(Format, strDate : string) : TDateTime;
From this online ASP tutorial you can learn the string functions used to find the length of the string and to find how many times a letter occurs in a given text. This article suggests and describes Instr() function to find the occurance and implemen |