WordScan is designed to automatically generate links in a text string. Every web designer's dream is to create unlimited links within his site to other subjects, a glossary or even a list of products. His site then is more appealing and easier to navigate. Before WordScan this task was unbelievely long and risky.
With WordScan, just assemble a list of words and the text you want to scan and there you have it.
This sample code shows how to take a string and word wrap it to a certain length. This can be helpful for email message bodies or when formatting with the pre tag.
Have you ever developed components using Visual Basic? Did you ever wish that it provided some more advanced string manipulation functions like Split() or Replace() or even Regular Expression matching/replacement? This set of tools and objects can make your Visual Basic or any other Web Development a joy instead of a struggle.
This component allows you to perform advanced string processing. DynuString component has 24 methods including: Case-sensitive compare of two strings, Case-insensitive compare of two strings, Clears a string, Locates a substring within the larger string starting the search from a position, Concatenates two strings into a larger string, Deletes a character or characters from a string, Searches the string to find the first character that matches any character in the character set, and much more.