 |
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both VCL programming using the C++ Builder 5 IDE's RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder.
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.
regular expression search replace strings files vcl c- builder search replace strings files
|
 |
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both VCL programming using the C++ Builder 6 IDE's RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder.
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.
regular expression search replace strings files vcl c- builder search replace strings files
|
 |
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. 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++. Member function event handling is supported using the packaged Boost function and bind facilities which comes with the download.
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.
regular expression search replace strings files vc mfc search replace strings files
|
 |
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++ and Visual Studio .NET 2002.
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.
regular expression search replace strings files vc mfc search replace strings files
|
 |
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.
regular expression search replace strings files vc mfc search replace strings files
|
 |
The IDE Helper is utility for searching and replacing an expressions in files of catalog tree. The expressions can be represented as string of characters, series of bytes or escape sequences. Another purpose - to remove temporary files on the disk. The program have integration with Windows shell. For a file browse and editing it uses Windows Notepad as default editor, but can be assigned custom editor. Because IDE Helper supports C++ programming language syntax it have potential integration with C++ Editor, that is available on authors WEB site. In most cases IDE Helper can be useful as assistant for IDEs which are without "Find in files" command or performing such a command distracts a programmer from current task. The last is a cause the program was designed.
ide search replace c project file directory extensions explorer integration clean
|
 |
Malt Away forwards your important email to any email enabled device: cell phone, pager, or email account. Advanced Text Reduction gives you 20-30% more of your messages on text-length constrained devices by inserting contractions, replacing common terms, and removing unnecessary characters. Customizable filters (based on email address and message content) give you only the messages you want.
By retaining the correct "From" address, forwarded messages from Malt Away can be replied to immediately. Multiple email accounts can be queried for new mail to forward. New mail can also be forwarded to multiple accounts. You set the time interval for sending new mail.
IMAP, POP, and Send Authorization protocols are supported. The only major ISPs not supported are AOL and MSN. Other providers and most company email systems work with Malt Away.
Requirements include a constant Internet connection (DSL, Cable Modem, ISDN, etc.) and a cell phone (or device for receiving forwarded messages) with an email address. Versions are available for Windows, Mac OS X, and Linux.
Malt Away is the winner of Dave Central's Shareware Archive "Dave's Pick" for Best Shareware in December 2001. He says, "Kiss your laptop goodbye and enjoy your vacation! No matter where you are you can always be in touch. Trust me, your significant other will love that."
Note: This shareware version will operate for 21 days and forward up to 5 messages per day. Registration costs $23.
email forward cell phone mobile pager forwarding mail redirect internet travel
|
 |
Universal database tool with report builder. Tested on Paradox, dBase, FoxPro, ASCII, InterBase, Oracle, SQL Server, MS Access 95-97. Installation package consists of the program, a sample database, report templates and help files. Main features are: -Viewing / Editing / Printing data. -Automatically created reports and convenient report builder (templates, expressions, preview...). -Building queries with tools for convenient writing the SQL statesments. -Enhanced dbgrids, which allow to view and manipulate the data in the convenient way. -Creating, deleting, modifying BDE aliases. -Command line parameters to automate the most often performed actions. -Searching / Replacing text. -Importing data to table from another table or a query. -Exporting data from any open table to Paradox, ASCII, dBase, Excel, text, HTML and other BDE supported formats. -Clipboard copying data; -Calculating numeric fields (sum, avg, min, max, count). -Editing MEMO fields. -Editing graphic fields. -Tools for editing string fields (trimming, changing case of symbols). -Sorting (logical and physical) data. -Filtering data. -Viewing structure with ability to print it. -Reindexing tables. -Customized data view (color, font style, temporarily hiding any column). -Transactions.
db dbf database report reporting query sql html xls rtf sorting
|
 |
DefaultPrinter is an utility which helps you to switch your active printer fast.
There are many different printers - black and white laser, color ink-jet, color laser and others. Even fax is present in the system as usual printer.
The idea behind this tool is very simple - after installation,
DefaultPrinter icon appears in your system tray and lets you choose your default printer (the printer you are about to use) with just one mouse click.
Other advantages of this software are the following: an option that allows you to switch fast using floating window and the capability to setup printing preferences by right-clicking on printer icon in floating window.
Beside these facilities we offer you the option of customizing your tray icon appearance ( replacing it with your favorite icon), and a set of 4 tools (add a printer, rename the default printer, remove the default printer, share the default printer), that will speed up your work.
default active printer set properties add delete remove share not rename
|
|
|