CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    Join Date
    Sep 2009
    Location
    .NET 2003 FWK 1.1
    Posts
    24

    Re: VB Regular Expression Help

    Out of interest, why hasn't anyone suggested using:

    \d{6}$

    for the bit after the period (to match 6 numbers)?

    Am I missing something?

  2. #17
    Join Date
    Mar 2007
    Posts
    144

    Re: VB Regular Expression Help

    Quote Originally Posted by dglienna View Post
    Like has nothing to do with RegExp. Like is for lists and tables
    Like is being used on rows.column coming back from a table. Hence

    Boolean = Row.Column Like ("RegEx")

    This is working fine for all the other expressions i am using.

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured