Regular Expression Component Library for BCB5 free download 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. 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 download   
 Example: VirtualDub • Top 1000
• Smart reviews
   
Search:   
     

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

  Popular:
BioStat 2009 5.7.6.0 new!
BioStat - user-friendly biology and medicine oriented…
Personal Diary 1.4
Small and simple personal diary with address book…
PrivacyDefence 1.3
PrivacyDefence removes unwanted browser, program and system…
APBackUp 2.1
APBackUp 2.1 is an easy to use automatic backup utility…
SpyCleaner Gold 9.8
This application is great for those who want to know…
DVD Dumper 2.0
DVD Dumper is a easy-to-use software tool that helps you to…
4UOnly 1.2.8
4UOnly is a password manager for Microsoft Windows with a…
SecureWord 1.5
SecureWord is fully functional program for storing…
MP3 Split Join 2.0
Split or join mp3 and mp3pro files. Can join files of…
Scan&Fill II 1a
You still must deal with paperware? Scan&Fill II is the…
Best 1000
  TOP-10:
DBF Viewer 2000 3.1
With DBF Viewer 2000 you can view, edit, sort, create…
SLAE Solver 1.2
SLAE SOLVER allows to find on a personal computer high…
LinkAlertPC 2.00
A cost effective link monitor and alert notification system…
WinDefender 2.1.9.1
Security and encryption software utility that Helps you…
Path Analyzer Pro 2.6
Advanced graphical traceroute with charting, ip location…
AeternaBackup 1.0
AeternaBackup is a network file backup solution for both…
Spam Nullifier 3.4.0.1
Eliminate Junk E-Mail Spam, Viruses, Tojans & Spyware…
PopupWar PRO 5.1.60
If you didn't click it you don't want it. Call it smart…
HyperClip 1.2
HyperClip is a perfect note management tool that will help…
BaseNow 1.1.7
BaseNow is a database front-end desktop application that…
  Sponsored links 
  New:
Recover Files 3.21
Undelete any files after they have been accidentally…
AyaNova 6.0
AyaNova service management and work order software includes…
Abdio PDF Editor 9.84
Abdio PDF Editor is a professional software for editing…
Amadis DVD Ripper 3.8.6
Convert your wmv videos into DVD format without affecting…
Keylogger Lite 2.0.4.2684
Keylogger Lite is the most powerful stealth keylogger…
Super Sound Joiner 3.1.1.7
Super Sound Joiner joins all kinds of sound files into one…
PDF Converter Pro 8.6
PDF Converter Pro is a convert 100 file formats to pdf…
OraLoader 3.3
OraLoader is a Oracle data load/unload tool. Main…
Inspyder OrFind 2.0.3
Detect and delete orphaned files from your web server…
Codabar 3.1
Print your own rationalized Codabar from Windows! TrueType…
     
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 BCB5 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 VCL and non-VCL 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
Size3774 kb
LicenceFreeware
StatusMinor Update
LanguagesEnglish
TagsRegular Expression, C++ Builder, VCL, Search, Files, Replace, Strings
OSWindows 95, Windows 98, Windows ME, Windows NT, Windows 2000, Windows XP
Homepagetropicsoft.com
Emailtropicsoft@tropicsoft.com
AuthorEdward Diener
Regular Expression Component Library for BCB5 free download 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. 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  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 VC6 3.1 — 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.
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 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.
Short tags:
Regular Expression, C++ Builder, VCL, Search, Files, Replace, Strings
System Requirements:
Borland C++ Builder Version 5
Change Info:
Properties and events for the non-VCL class using __property and __closure, which can be set at run-time.
Free Download now  Free Download Regular Expression Component Library for BCB5 3.1 from tropicsoft.com

Similar software shotlights:
  • 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…
  • Regular Expression Component Library for BCB6 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…
Find all software similar on Regular Expression Component Library for BCB5 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 BCB5 3.1

Similar smart reviews:
  • Clever Internet Suite 6.0. Paradise for VCL Network Programmer — Every professional Windows programmer knows the eternal dilemma: which library is to be used for the advanced networking? There is a number of OS-based APIs for different network tasks, but they are well-known for their uncoordinated and incomplete set. There are numerous third-party libraries, but you can hardly find a fully-functional and comprehensive one. Moreover, if you are VCL programmer, and…
  • 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…
  • 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 BCB5 3.1


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

See software by tags:
8085 programming software
Basic game mobile
Sweet beauty
see also:
Actual Search & Replace
Beautiful Mtn. Snow
Beach Scenes
See software by tags:
Intel recovery disk
Easy mouse
Tweaker designed

Copyright © 2001—2009 3d2f
Concept:
Advertisement.