|
-
Aug 30th, 2007, 08:55 AM
#1
Thread Starter
Registered User
-
Aug 30th, 2007, 09:11 AM
#2
Re: [RESOLVED] [2005] Simple RegEx help
What did you do to solve the problem?
-
Aug 30th, 2007, 10:33 AM
#3
Thread Starter
Registered User
Re: [RESOLVED] [2005] Simple RegEx help
I just split at the "-" and took a substring starting at the 3rd character of the first string from the split.
For some reason when I first though about it, I thought I would need to do something with RegEx. It was much easier to just do something that I already knew.
-
Aug 30th, 2007, 01:33 PM
#4
Re: [RESOLVED] [2005] Simple RegEx help
Just in case you change your mind and want to do it with regex 
Code:
Dim pattern As String = "(?<=LIC)[0-9]*(?=-)"
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
|