|
-
August 20th, 2010, 06:08 AM
#16
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?
-
August 20th, 2010, 08:56 AM
#17
Re: VB Regular Expression Help
 Originally Posted by dglienna
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|