RegExpr for VB & VBA
Regular expressions module for:
Visual Basic 6.0
Visual Basic for Applications (Word, Excel, Access)
©1998–2025 Aivosto Oy, Finland
www.aivosto.com
RegExpr for VB & VBA is a Visual Basic and Visual Basic for Applications module for regular expression matching. Regular expressions are used for matching string patterns, as well as replacing them, in several programming tools, like Perl or Grep. Regular expressions are somewhat similar to but much more powerful than VB's built-in Like statement.
Regular expression syntax
• Subexpressions
• Greedy and stingy matching
VB functions in RegExpr
• Flags
• Error codes
Customizing RegExpr
Differences to Perl
Limitations