|
-
Jun 8th, 2009, 10:15 PM
#1
Thread Starter
Hyperactive Member
Regular Expressions
What are some examples of some advanced regular expressions?
Sorry if my posts are misleading or sometimes rude, I'm just trying to get information so try to help me out. 
-
Jun 8th, 2009, 10:34 PM
#2
Re: Regular Expressions
That's not really a VB.NET question. If you want to learn how to build your own regular expressions then there are plenty of places on the web that will show you how. The syntax is the same no matter the language used to build the application.
-
Jun 8th, 2009, 10:35 PM
#3
Re: Regular Expressions
 Originally Posted by jmcilhinney
The syntax is the same no matter the language used to build the application.
there are some variations
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
-
Jun 8th, 2009, 10:57 PM
#4
Re: Regular Expressions
 Originally Posted by .paul.
there are some variations
I haven't encountered any, but then I don't use them very much. I've never seen any .NET-specific reference either, although that doesn't mean there isn't one. I would think that you'd be able to use any reference to get going and then deal with any platform-specific details if and when they arose.
-
Jun 8th, 2009, 11:00 PM
#5
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
-
Jun 9th, 2009, 02:43 AM
#6
Re: Regular Expressions
Thread moved from "VB.Net" forum to "General Developer" forum
-
Jun 9th, 2009, 11:06 AM
#7
Frenzied Member
Re: Regular Expressions
What would you call advanced? For instance x:Light highlights any XML based language without knowing one keyword using regex. The source is in the codebank, feel free to take a look at it.
Last edited by DeanMc; Jun 9th, 2009 at 11:07 AM.
Reason: Fixed Link
-
Jun 10th, 2009, 12:58 AM
#8
Thread Starter
Hyperactive Member
Re: Regular Expressions
 Originally Posted by jmcilhinney
That's not really a VB.NET question. If you want to learn how to build your own regular expressions then there are plenty of places on the web that will show you how. The syntax is the same no matter the language used to build the application.
 Originally Posted by .paul.
there are some variations
I'm already pretty good with Regular Expressions, I just want to know some really long ones that I can use as examples to do advanced things.
Sorry if my posts are misleading or sometimes rude, I'm just trying to get information so try to help me out. 
-
Jun 10th, 2009, 06:04 AM
#9
Frenzied Member
Re: Regular Expressions
.... And I have given you a fully functional application plus a link to the source.
-
Jun 11th, 2009, 04:45 AM
#10
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
|