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 usefu
This is an easy to use program with which users would be able to filter bad words and unwanted words such as phone numbers, spaced words, ICQ address from 8 to 9 digits, single word, email addresses in strings etc and remove them before submitting va
A plugin aimed at blocking bad words on your scripts.
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 a s
One of the web based ASP article that gets you familiar with string and array functions. In this article, splitting a string into an array, filtering a particular word, finding the top most value of an array, joining strings, replacing an existing st
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
A server-side anti-spam email filtering solution. Filters are based upon a "point system" where bad words or phrases get negative points and good words or phrases get positive points. You control all the words/phrases, points and scoring.
A panel that can shorten the caption text, replacing it with '...' when it does not fit the available space. Also provided is a generic function that will ellipsify a string. This function can be used to produce other components like TEllipsisPane...
A panel that can shorten the caption text, replacing it with ... when it does not fit the available space. Also provided is a generic function that will ellipsify a string. This function can be used to produce other components like
C# Regular Expressions is a web based tutorial in which the author elaborates about the method of utilizing System.Text.RegularExpression classes inorder to perform the process of matching and replacing string with the help of regular expressions. In |