Login
RegEx.DLL 0.6.0
-
License:
Freeware
-
Latest Version:
0.6.0
-
Editors' Review:
Not yet reviewed
-
Updated:
Jan 25, 2004
- Publisher:
-
Platform:
Windows
- Category:
- Subcategory:
-
File size:
0.03 Mb
-
Downloads:
355
RegEx.DLL Description
RegEx.DLL - Provides regular-expression handling for VB.
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 a while.
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 a while.
RegEx.DLL 0.6.0 is licensed as Freeware for the Windows operating system / platform. RegEx.DLL is provided as a free download for all software users (Freeware).
RegEx.DLL User Reviews (0)
No reviews yet, be the first to add a review and we'll give you some extra points.
RegEx.DLL Download Notice
RegEx.DLL is periodically updated by FileCluster but you may encounter situations when the software informations are slightly out-of-date, the producers of RegEx.DLL can modify the product without notifying us. RegEx.DLL 0.6.0 is currently the last updated version of the software. All rights for RegEx.DLL are belong to the developer, Codebox Software.
Any form of support or software problems regarding RegEx.DLL will be addressd to its developers. Please be aware that we do NOT provide RegEx.DLL cracks, serial numbers, registration codes or any forms of pirated software downloads.
Any form of support or software problems regarding RegEx.DLL will be addressd to its developers. Please be aware that we do NOT provide RegEx.DLL cracks, serial numbers, registration codes or any forms of pirated software downloads.
RegEx.DLL Related Software
2D Barcode VCL Components 2.0.1.1336
Generate most popular matrix and stacked 2D barcode symbologies.
Generate most popular matrix and stacked 2D barcode symbologies.
0 / 61
Barcode Professional for .NET Compact Framework 2.0
Linear/2D barcode for .NET Compact Framework
Linear/2D barcode for .NET Compact Framework
2 / 265

