One of the ASP tutorial that comes with detailed demonstration on how to check the inputted text is a valid one or not by implementing string functions. Coding are available with description to help you to create an ASP page to collect the text strin
String Find and Replace is a tool to search multiple files for a specified string and replace the found string with a new string. This is handy tool for the programmer, web page designer, or any once else who needs to search multiple files for a stri
Encoding and Decoding URL strings is an ASP tutorial in which author describes various string and character that have to be used in the query string of the URL while encoding and what are all the charecters and string that should not be used in the U
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
String Concatenation Component ia ASP based cancatenation string component through which the data entered with in string are processed and displayed with in a string. This provides SQL query string for cancatenation of datas and works with both SQL a
Here, the string and ASP functions used to implement randomized ordering task is clearly described with a sample ASP snippet which also has an online demo. By reading this / article, you will be able to create your own sorting system in ASP. Inbuilt
The unit contains functions that allows you: Compare original string and second string and compute a difference map between the two strings.Use original string and difference map and produce second string. Reverse of previous
Useful functions on ASP strings can be obtained from this online educational module that describes the steps to convert a string into clickable web link. To implement this task, the string functions are used on the given input and it simply outputs t
One of the string functions in ASP web based tutorial that demonstrates how to implement the Split() functions to obtain pages in DHTML from a long string. Functions are given in the sample program that tells the ways to determine the number of line
The STDynArray object permits you to create Paradox-style DynArrays. A STDynArray is a structure that permits a great deal of flexibility. Unlike regular arrays, or even variant arrays, a STDynArray is indexed by a string, rather than an integer. |