Pattern String Engine is intended for lexical analysis of strings. Is based on technology "pattern matching". Allows to find all possible variants of comparison string with a pattern. Work with assignment inside pattern and much more.
This is a custom CFML tag which will return a pattern matched string to an array, with each backreference occupying an element of the array and the whole matched string occupying the first element.. This emulates the preg_match() function of PHP. In
Fuzzy searching is the tool for search string occurence with error. Under an error of search we accept an incongruity / exception / addition of the
The author explained about the usage of VB.NET and the MVC pattern. MVC Pattern allows more developers of different categories to work in collaboration while building or changing the difficult desktop applications. The main task is to allow the progr
Formatting with Regular Expressions is a web based tutorial in which the author gives details about regular expression pattern matching. The author describes about string manipulating function which can be used in formatting. Here the author explains
This article demonstrates about the usage of dispose pattern and its features in detail with example. The author says this pattern is essential for every .NET developer to handle database connection with valuable effort. This article has given exampl
DIPcre is an advanced regular expression engine for Boland Delphi 4/5/6/7. Regular expressions are a very powerfull extension of wildcard (?*) matching and allow to find almost any pattern within any text string or memory buffer.
...
Discussing about the HTML text pattern matching, in this article the author explains about generating a WSDL file that explains an HTML page. The author also tells about how the WSDL could be used to develop a client proxy. This article is more usefu
The XML product catalog is a useful script which uses XML pattern queries to display the data instead of a database like SQL. In steps XML as a solution. XML is just another container for data, like a database or text file. Data is stored in user-def
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 |