Publisher's description
"Provides regular-expression handling for VB."
Published by Codebox Software on
9 May 2011
-
Size:
29.59 KB -
License:
Freeware -
OS:
Windows -
Publisher:
Codebox Software -
Updated:
9 May 2011 -
Downloads:
97 (0 last week)
* 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.
Download RegEx.DLL 0.6.0
(29.59 KB)
Antivirus information
Download3K has downloaded and tested RegEx.DLL on 17 May 2012 with some of Today's best antivirus engines and you can find below, for your convenience, the scan results:
-
Bitdefender:
Clean -
NOD 32:
Clean -
Avira:
Clean -
Kaspersky:
Clean
Related press releases
-
Tabs Studio Add-In Saves Time and Eliminates Frustration with Visual Studio Tabs
[2011-03-15 10:14:58]
Sergey Vlasov has released Tabs Studio v. 2.3, a Visual Studio and SQL Server Management Studio add-in that organizes document tabs and cuts software development time. Tabs Studio lets you group your ...
English
German
French
Spanish
Russian
Romanian




Publisher support
Before downloading, fix Windows errors and optimize system Performance!


