RegEx.DLL 0.6.0



Publisher Description



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
* ac 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 expressions, but due to the recursive nature of the code longer strings can take a while.


About RegEx.DLL

RegEx.DLL is a free software published in the Components & Libraries list of programs, part of Development.

This Components & Libraries program is available in English. It was last updated on 22 April, 2024. RegEx.DLL is compatible with the following operating systems: Windows.

The company that develops RegEx.DLL is Codebox Software. The latest version released by its developer is 0.6.0. This version was rated by 1 users of our site and has an average rating of 4.0.

The download we have available for RegEx.DLL has a file size of . Just click the green Download button above to start the downloading process. The program is listed on our website since 2004-01-25 and was downloaded 88 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded software with your antivirus. Your antivirus may detect the RegEx.DLL as malware if the download link is broken.

How to install RegEx.DLL on your Windows device:

  • Click on the Download button on our website. This will start the download from the website of the developer.
  • Once the RegEx.DLL is downloaded click on it to start the setup process (assuming you are on a desktop computer).
  • When the installation is finished you should be able to see and run the program.



RELATED PROGRAMS
Our Recommendations






BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  4.0/5     1
Downloads: 88
Updated At: 2024-04-22
Publisher: Codebox Software
Operating System: Windows
License Type: Free