Counts the words in a text file. It also lets you know how many times Luigi is in your text.
This will count through the sentences in a section of text and show how many words are contained within it.
This is a tutorial that contributes users on filtering unnecessary words from the text posted by visitors or members. Here the author explains everything including storing the words which are considered as bad words in an XML file. This will be...
JavaScript Page Breaker can be used in a search on any server side program like ASP, JSP, Servlet, Perl etc. to get the number of result in a string format, which can save time that is consumed in any other form of normal search in which the...
Hightlight or Censor words in PHP is a tutorial tool that explains the PHP functions that can be done with text handling. From this program you can learn how to extract the bad words from text entries and also can learn how to highlight a text on...
How do I create a string in C# is an article in which author demonstrates the procedure for constructing string using string builder. Here the author offers a code snippet, which helps in performing the above said process. ASP.NET programmers and...
Automatic Time Kept in a Form can be implemented in your webpage to make use of date objects, manipulating it and updating the form text box every second to display the current time. The script defines each day and month with a string...
Censoring User Comments in a Guestbook/Forum Setting is a tutorial which describes the users about the function of CensorStr. This tutorial also shows the examples how to replace the censor words. The procedure of this tutorial is briefly explained.
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...
Adding a Default ListItem in a Databound Listbox in ASP.NET is an article in which the author discusses about adding items to the listbox web control of ASP.NET. The author shows how to add the items using the Insert method as well as explains how... |