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 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 is licensed as freeware, full size of the download is 0.03 MB. You can download a free version of RegEx.DLL by following download link at Free Downloads section of this page. RegEx.DLL is developed or distributed by Codebox Software and is listed under development components & libraries.
Software Screen Shot
Related Software
|
|
|
Free Software Download
|
|
|
RegEx.DLL Software Downloads
| 640-801 CCNA Practice Exam Questions - Pass-Guaranteed is the leader in IT Certifications |
| OrgScheduler - A universal scheduling system for your individual/offices/business events. |
| MS Project Viewer for Mac - Microsoft Project viewer for any version and type |
| Magic Folder Icon - Give an icon for all your folders on your computer,making every folder different |
| Poz or not - Web-enabled Chat and Dating Software to meet HIV Positive gay and bisexual guys. |
| TextHarvest - Text file filter; data conversion extraction utility; report mining converter |
| File Genie 2000 - FG2000 is an automatic b/up utility offering data protection and file recovery. |
| Advanced Uninstaller PRO 2005 - Uninstall programs, clean and optimize your registry and speed up your computer |
| Smooth Operators - Learn, practice, and test the mathematical order of operations. |
| SimpleFind - Find information on the Internet using top search engines with one click |
| CapiDog - ISDN monitor program showing busy channels in system tray and pops up numbers |
| Adobe Pdf Merger - Adobe Pdf Merger is handy & user-friendly PDF tool for splitting, merging files. |
| PDF Split Merge Page Box - Split , merge , edit and stamp pdf documents |
| Waters Screensaver - Waters Screensaver shows the pictures of waterfalls using transition effects. |
| ShutDownOne - Quickly local and remote ShutDown Windows, AutoLogin, Schedule, Password Protect |
| Harem Games Memory - Harem Games Memory is a free version of the popular "match the pairs" game. |
| Extended MAPI in Delphi - "Extended MAPI in Delphi" is a package providing access to Outlook |
| Popup preventer - kill annoying popup while surfing the web |
| Dr. Bulk eMailer Pro - Dr. Bulk eMailer Pro Support multi-threads multiple-SMTP and Direct (DNS) send |
| Shared Serial Ports - Share a real serial port between multiple applications. |
|
|
|
|