Regular Expression Component Library for VC6 free download Search and/or replace strings or files using regular expressions. Supports both MFC and non-MFC programming. Flexible expression options to match any type of regular expression syntax. Uses a property/method/event programming model. 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 li download   
 Example: ACDSee • Top 1000
• Smart reviews
   
Search:   
     

Home > Software > Development Tools > Components & Libraries > download now Regular Expression Component Library for VC6

  Popular:
12Ghosts Wash 9.52
Don't allow anybody to see which web sites you visited…
Maxpatrol 7.0.916
MaxPatrol is a professional network security scanner…
MEDA Text to PDF 1.6
MEDA Text to PDF is a flexible and powerful tool which can…
FF Network Billing 5
FAST Client/Server Network Technology for yourinventory…
SCP Backup 1.4
SCP Backup is a remarkably simple and efficient backup…
PIM XP 1.21
PIM XP allows you to plan your business and personal time…
Personal Firewall 5.0
Topdownloads Networks introduces your all-in-one security…
ViaPrint 4.0
The feature-packed Printing application for Windows 95 thru…
Financial Advisor 2.7
A collection of financial tools & calculators aimed at home…
AudioSlimmer 1.15.3
AudioSlimmer is an easy-to-use audio converter to create…
Best 1000
  TOP-10:
True DBF Viewer 1.51
DBF Viewer gives you full control over the DBF files…
VizAcc Diary 1.0
VizAcc Diary is a diary with daily-diary, calendar…
AV Schedule It 2.9.0
'Schedule It' resource scheduling software. Complex…
ThumbWizard 1.1.0
Create online photo pages quickly with Redbay's…
Oracle Quick Check 1.0
Oracle Quick Check will evaluate a large number of critical…
AlertMobile Pro 4.0.2
AlertMobile is a special software for computer security…
Calc Prompter 1.2
Calc Prompter is an expression calculator. Calc Prompter…
DVD to phone 3.35.003
DVD to phone - Powerful, easiest and fastest DVD to 3GP…
Mac PDF Measure It 1.01
Mac PDF Measure It is an Acrobat plug-in tool, it enables…
ABIX 6.68.00 new!
ABIX includes everything you need to store and organize ALL…
  Sponsored links 
  New:
NO DRM Restriction 2010.192
SoundTaxi Professional - Remove DRM Protection. Convert DRM…
VIFilm 1.2
- you can collect all your photos or pictures to only one…
PC TV 4 Me 2010.21203
WATCH TV on your PC! No monthly fees and no hidden charges…
Handy Backup 6.4
Handy Backup is a complete, data backup software for…
Remind-Me 5.1
Remind-Me tracks and reminds you of important events before…
easy Look at Ports 1.0.5
"easy Look at Ports" is a multithread full connect TCP…
DVD Video Maker 1.0.0.2
DVD Video Maker aims to be a tool to convert various PC…
Hide My Files 1.0.4
Hide My Files is an easy to use folder security software…
Handy Backup Full 6.3.1
Handy Backup Full is an automatic file backup, disk imaging…
Internet Lock 5.3
Internet Lock is the access control and password protection…
     
Home
News
Software
Books
Smart reviews
New soft
TOP-10
Best 1000
All Soft
Audio & Video
Business
Development Tools
Education
Games
Graphics
Home/Hobby
Internet
Desktop
Utilities
Active-X
Delphi
Components & Libraries
Java
Javascript
Visual Basic
dotNET
Databases
Perl, php, cgi
Source Editors
Installers
Bug Trackers
HTML
XML
ASP

Regular Expression Component Library for VC6 3.1  del.icio.us Fark digg Reddit MyWeb BlogMarks Furl Jots   ( View screenshot )


URL:
HTML:
Search and/or replace strings or files using regular expressions. Supports both MFC and non-MFC programming. Flexible expression options to match any type of regular expression syntax. Uses a property/method/event programming model.

Updated Jul 20, 2004 16:24:29
Rating  Растёт  146 ( 16 +10.95% )
Size6949 kb
LicenceFreeware
StatusMinor Update
LanguagesEnglish
TagsRegular Expression, Search, VC++, Replace, Strings, Files, MFC
OSWindows 95, Windows 98, Windows ME, Windows NT, Windows 2000, Windows XP
Homepagetropicsoft.com
Emailtropicsoft@tropicsoft.com
AuthorEdward Diener
Regular Expression Component Library for VC6 free download Search and/or replace strings or files using regular expressions. Supports both MFC and non-MFC programming. Flexible expression options to match any type of regular expression syntax. Uses a property/method/event programming model. 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 li download

 Zoom click for full size
Other author's software:
  • 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 VC7 3.1 — 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.
Show all author's software

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. 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.
Short tags:
Regular Expression, Search, VC++, Replace, Strings, Files, MFC
System Requirements:
Microsoft VC++ 6
Change Info:
You can now use property notation to set and get properties and events. This means you can access properties and events using data member notation. The previous use of Set and Get functionality for setting properties and events is still supported for backward compatibility.
Free Download now  Free Download Regular Expression Component Library for VC6 3.1 from tropicsoft.com

Similar software shotlights:
  • Regular Expression Component Library for VC7.1 3.1 — 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…
Find all software similar on Regular Expression Component Library for VC6 3.1

Similar news:
  • Google Desktop Outshines Windows' File-Search Capabilities — Google is famed for its Web search engine, but over the past few years it has acquired a different role: Microsoft's No. 1 foreign aid donor. First, Google fixed some of Internet Explorer's worst defects with its Google Toolbar, a free add-in that blocks
  • Google Announces Search Deal with Five Libraries — Web search leader Google Inc.said late on Monday it is working on a project to digitallyscan the collections at five libraries and will make the pagesavailable to Google users over the coming years.
Find all news similar on Regular Expression Component Library for VC6 3.1

Similar smart reviews:
  • Active Multimedia SFX Library — Three common types of media create digital content: text, image, and sound. They are similar as they can have various origins and various means, be used for various purposes and in various amounts. But the difference between the three types of content is the ease of production. As for text — anybody can write text, with any computer (or even without it), texts are easy to compile and…
  • GNCutter32 1.1. Let a Professional Library Do It — Some obvious tasks in the area of «practical algorithms» seem to be easy at the first glance, but as you try to complete them, you more and more tend to think you can’t do it! A good example of that is a frequent material-cutting planning task, which is completely solved by the GNCutter32 library. The library’s most outstanding feature…
  • Flash Text Effects Components, Artistic Writing — Flash is most likely today’s most full-featured artistic canvas in the Internet. With Flash, your imagination has literally no boundaries despite of how abstract or specific your tasks are. Moreover, another good thing about Flash lies in its capability to tightly integrate your own artistic ideas with ones created by other recognized professionals. Flash Text Effects Components…
  • Alarm++ 7.05, Regularly Organized — Alarm++ is a smart solution capable of reminding you to do something or even do something on its own. Speaking in technical words, it’s a hybrid of a scheduler and reminder; speaking in human words, it’s a way to organize all your regular or upcoming events at once. The heart of Alarm++’s functionality consists of two…
  • aZebra Search Server. Search It! — Life is a constant search. We search for necessary information everywhere. Now, with the advent of the Internet, it’s become possible to find information about just whatever we want. All we need for that is a powerful search server like @Zebra. @Zebra is a universal search server that can help you to find things inside local networks, on ftp servers or you can just…
  • HandyFile Find and Replace: Text Workbench — Imagine creating a large website consisting of dozens or hundreds of pages with the company’s name topping each of them and lots of identical links in the HTML code. Now imagine that your client urgently requests that these links be modified due to the change of the site address and that the company’s name has to be written in a slightly different manner due…
  • RQ Search and Replace, Needles in a Haystack: Found, Replaced — What can be easier than editing a file? — Simply open it and replace a block of text with a better one. Well, true, if there’s just one file to be edited. But doing the same with a few or, even better, a whole bunch of files that require the same replacement? Then you’ll need something like a batch editing tool. A great choice…
  • Index Your Files - lightning-fast file searches that won't cost you a penny — When regular users want to give a solid boost to their computers, most of them head straight to the nearest computer store to purchase faster CPU’s, more RAM, faster hard drives and even RAID arrays. Unfortunately, most of them don’t even realize that the same results can be easily achieved with the help of specialized software that indexes files on their hard drives and…
  • TeX Expressions Put in Human-Readable Format. BaKoMa TeX. — Just as hard as to learn a new foreign language — is for a newbie to code a mathematical formula with TeX. It requires remembering a handful of tricky expressions and totally wears out on debugging the code: TeX provides no way to see whether or not the formula you have typed is syntactically correct, and the expression you’ve just…
Find all smart reviews similar on Regular Expression Component Library for VC6 3.1


Home > Software > Development Tools > Components & Libraries > download now Regular Expression Component Library for VC6

See software by tags:
Mpeg layer audio
Apollo psp
Recover lost password memory card
see also:
Pianoeasy trial
Mega Red Packet
Browser Cleaner
See software by tags:
Exam study guide
Pen ssl pop
Slime fire

Copyright © 2001—2009 3d2f
Concept:
Advertisement.