| Regular Expression Component Library for VC7.1 3.1 ( View screenshot ) |
|
|
| Search and/or replace strings or files using regular expressions in non-managed C+ code. Supports both MFC and non-MFC programming. Flexible expression options to match any type of regular expression syntax. Uses a property/method/event model. |
| Other software from this author: | - Regular Expression Component Library for BCB3 3.1 — Search and/or replace strings or files using regular expressions. Supports both VCL and non-VCL programming. Flexible expression options to match any type of regular expression syntax. Uses a property/method/event programming model.
- Regular Expression Component Library for BCB4 3.1 — Search and/or replace strings or files using regular expressions. Supports both VCL and non-VCL programming. Flexible expression options to match any type of regular expression syntax. Uses a property/method/event programming model.
- Regular Expression Component Library for BCB5 3.1 — Search and/or replace strings or files using regular expressions. Supports both VCL and non-VCL programming. Flexible expression options to match any type of regular expression syntax. Uses a property/method/event programming model.
| Show all software from this author |
Description: The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions in non-managed C++ code. It supports both MFC programming using the MFC programming model and non-MFC programming. Both methods of programming support a properties, methods, and events model with VC++ in Visual Studio .NET 2003.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches. | System Requirements: Visual Studio .NET 2003 | Change Info: Version 3.1 is the initial release of the Regular Expression Component Library for Visual C++ 7.1. It has been set as version 3.1 to maintain compatibility with other editions of the library.
Listed here are the main features of the library:
a) A properties, methods, and events model for accessing regular expression functionality. The implementation supports both MFC GUI modules and console mode modules using extremely similar models. You can access properties and events using data member notation or by calling functions using Set and Get functionality. Events for member function handling use the new Unified Event Model, which uses __hook and __unhook to handle events or remove an event handler.
b) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
c) Methods to match a string in numerous ways; the entire string, the
beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method to change file data using the same format-like replacement as with a string. The methods to change string or file data can change the replacement string on-the-fly by using the appropriate event handler.
d) Events to handle the gathering of specific data for each of the matching
methods. Most of the event handlers gain access to what the expression
matches as well as to what each sub-expression of the expression matches.
e) The library supports multi-threaded access, and reuse and re-entrancy in
event handlers. | Regular Expression Component Library for VC7.1 3.1 Download from tropicsoft.com |
|