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 multipliers, 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 a\c
* ab\c 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 expressions, but due to the recursive nature of the code longer strings can take

Share |

Download RegEx.DLL 0.6.0

Keywords: com, activex, codebox, regular expression, regex, regexp, regex.dll, wildcard, wildcards, ocx

Screenshot not available


RegEx.DLL 0.6.0

Author:

Codebox Software     Other programs by Codebox Software

Downloads:

144

Size:

29K

Cost:

$0.00 US

Users Rating:

not rated yet     Reviews (0)     Write review

Feedback:

Report broken download     Report spyware [?]

License:

Freeware [?]

Operating Systems:

Windows 98 Windows 2000 Windows XP Windows 2003 Server Windows Vista

Release Status:

new (2004-01-25)

Recent Changes:

Not Established

Supported Languages:

English

Additional Requirements:

Not Established


Related programs in Development - Components & Libraries

MMCompView
Lists the installed Codec, and allows you to disable/enable them.

ActiveX Easy Compression Library
Fast compression and high-ratio compression toolkit with strong encryption.

csASPUpload
Upload files using a browser and ASP. Multiple files. Can export binary data.

COMM-DRV/Lib Standard Edition
Professional serial communication library - DLLs for Windows & MSDOS Libraries

Vivid Report Free for C++ Builder 5
Powerfull library of report design components for C++ Builder and Delphi.

Vivid Report Free for C++ Builder 6
Powerfull library of report design components for C++ Builder and Delphi.

Vivid Report Free for Delphi 6
Powerfull library of report design components for C++ Builder and Delphi.

Vivid Report Free for Delphi 5
Powerfull library of report design components for C++ Builder and Delphi.

Barcode ActiveX Professional
Adding Professional Barcode Printing functionalities in your programs

ActiveResize Control Lite
The fastest VB form resizer control on the planet - no coding required!


New Releases
(Current Category)

Most Popular Software
(Current Category)

Graphics4VO Beispiel Programm
TurboFTP SDK
FTP Client Engine for C/C++
RTF-to-HTML DLL COM, Win32
Gantt Chart Light Library
.Net Grid
HS X.25 and RFC1613 XOT C Source Library
Spire.Office
Spire.Doc
Adillis smartDBforms.NET

WSQ image library (for fingerprints) (833 dl.)
FeedForDev (647 dl.)
Client/Server Comm Lib for Visual Basic (642 dl.)
Windows Explorer Context Menu (.Net Component) (504 dl.)
AlphaControls Lite Edition (495 dl.)
Client/Server Comm Lib for C/C++ (381 dl.)
SMTP/POP3/IMAP Email Engine for Delphi (371 dl.)
RuleLab.Net Business Rules Engine (BRE) (350 dl.)
WinI2C-DDC (340 dl.)
Mainmedia Audio Pitch Directshow Filter (333 dl.)



Navigation

Featured

Submit PAD File

Submit Press Release

Contact Us

Link To Us


Top Selections

Free DVD Software

Antivirus Software

Free Photo Software

Free Wallpaper

Free Screensavers

Arcade Games

Free MP3 Software

Press Releases

 
   
   
 

Categories

All Programs

0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z # . ! @


All Authors

0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z # . ! @



Useful Resources

Invoice Software

Free Software Downloads

Web Page Thumbnails iconWeb Page Thumbnails 2.7.0: Free software to capture high-quality, resizable thumbnails of web pages

WinMount iconWinMount 3.5.1018: Compress and Mount RAR ZIP MOU and CD DVD HDD images as virtual disk/folder.

Free Software Downloads | Featured | Submit PAD File | Link To Us | Contact Us | FAQ | About | Advertise