hdttp.com:// Development / Components, Libraries / RegEx.DLL 0.6.0

Download RegEx.DLL 0.6.0

Provides regular-expression handling for VB implementing UNIX-style regex syntax
Download (29 KB)
User Rating:
( Unrated )
License:
Free ( Freeware )
Platform:
Windows ( 98/2000/XP/Vista )
Updated:
January 25, 2004
Downloads:
466

About RegEx.DLL

RegEx.DLL provides some much needed regular-expression handling for VB programmers. The 'clsRegEx' class implements all the common UNIX wildcard characters allowing sophisticated string comparisons and search-and-replace operations to be performed.

* The '*' character represents zero or more occurrences of the previous character in the expression:
Ab*c matches ac, abc, abbc, abbbbbbbc ... * The '+' character represents one or more occurrences of the previous character in the expression:
ab+c matches abc, abbc, abbbbbbbc but not ac * Numbers within curly brackets represent a specific number of occurrences of the previous character:
a{3} matches aaa a{3, 5} matches aaa, aaaa and aaaaa * The '?' character represents zero or one occurrences of the previous character:
a?c matches ac and aac

* The '.' character represents any single character:


a.c matches abc, aXc but not ac or abbc

Round brackets can be used to apply multiplier, such as '*' or '+', to groups of characters:

  • Abc)* matches an empty string, abc, abcabc, abcabcabc ...
  • (abc)+ matches abc, abcabc, abcabcabc ...
Square brackets can be used to specify possible values for a single character. A hyphen can be used in this context to represent a range of characters. If the first character within the brackets is a '^' then the range is exclusive rather than inclusive (ie. the expression matches any single character not shown):

  • A[bB]c matches abc and aBc
  • a[^0-9]c matches abc and aXc but not a0c ... a9c
A '' symbol negates the special meaning of the following character. Only valid if it precedes one of *+?{([])}.

  • A*c matches a*c
  • a[[]]c matches a]c and a[c
  • a\c matches ac
  • abc is not a valid expression
The download includes VB code samples demonstrating how to use the library.

This library is still in beta test - it works well for short expression, but due to the recursive nature of the code longer strings can take a while.

( By Codebox Software - RegEx.DLL Publisher )

User Reviews of RegEx.DLL

( No review posted yet )

Post a review :

By:
Title:

Rate RegEx.DLL

Unrated

Today Downloads:

SubDownloader 2.0.12

Opensource program for download and upload subtitles for video files using hash

download
RegexBuddy 3.5.0

Learn, create, understand, test, debug, use and save regular expressions

download
WildFire CD Ripper 3.9.0

WildFire CD Ripper is pulling out the data (music) directly in digital format.

download
EasyBilling Maker of Sales Document 3.1.2

Professional maker of Quotations, Invoices, Receipts, and Delivery Note.

download
Group Mail Manager Premier 2.10.36

Manage messages sent to generic email inboxes such as sales, support

download
Use this code to link to RegEx.DLL 0.6.0 download page: