473,795 Members | 3,439 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Learning Regular Expressions

If you are not new to VB.NET but are new to regular expressions, you need to get a free copy of "Pragmatic Guide to Regular Expressions for VB.NET Programmers". I wrote this guide because all of the sources that I researched for information on this topic, including Microsoft Help pages, did not properly address it from the viewpoint of someone new to regular expressions.

If you send me an email, I will return you a zipped file that includes a Word document, a VB.NET project plus a couple of other useful references that I have developed to assist in learning VB.NET. The Word document explains how to process regular expressions up to the point of using groups and the OR (|) character. The project contains a form that parses out over 100 predefined expressions into a verbal explanation of their behavior. You should find both of these useful while you are learning this topic.

Any comments will be greatly appreciated. Developing these materials is a work-in-progress. Someone needs to step to the plate and present this information in a useful format for programmers that are new to regular expressions.

Nov 20 '05 #1
4 1956
Hi!

Will you PLEASE send me the Regular Expressions doc that you wrote?

Thanks!

Regards

T. Jordaan

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 20 '05 #2
If you are willing to share your notes with the general public, why not
write an article on Codeproject.com or a sample on GotDotNet.com?

http://www.codeproject.com

http://www.gotdotnet.com

HTH,

Trev.
"GenoJoe" <Pr************ *@neo.rr.com> wrote in message
news:96******** *************** ***********@mic rosoft.com...
If you are not new to VB.NET but are new to regular expressions, you need to get a free copy of "Pragmatic Guide to Regular Expressions for VB.NET
Programmers". I wrote this guide because all of the sources that I
researched for information on this topic, including Microsoft Help pages,
did not properly address it from the viewpoint of someone new to regular
expressions.
If you send me an email, I will return you a zipped file that includes a Word document, a VB.NET project plus a couple of other useful references
that I have developed to assist in learning VB.NET. The Word document
explains how to process regular expressions up to the point of using groups
and the OR (|) character. The project contains a form that parses out over
100 predefined expressions into a verbal explanation of their behavior. You
should find both of these useful while you are learning this topic.
Any comments will be greatly appreciated. Developing these materials is a work-in-progress. Someone needs to step to the plate and present this
information in a useful format for programmers that are new to regular
expressions.

Nov 20 '05 #3
It seems that Microsoft is using a new layout of message threads. If you want to email me, click on my name at the by: textbox at upper left corner of message.

It took me awhile to figure out how to get to my email address on this new layout. I was used to the layout that you get when you go to http://support.microsoft.com/newsgroups/default.aspx.

Nov 20 '05 #4
* "=?Utf-8?B?R2Vub0pvZQ= =?=" <Pr************ *@neo.rr.com> scripsit:
If you are not new to VB.NET but are new to regular expressions, you
need to get a free copy of "Pragmatic Guide to Regular Expressions for
VB.NET Programmers". I wrote this guide because all of the sources that
I researched for information on this topic, including Microsoft Help
pages, did not properly address it from the viewpoint of someone new to
regular expressions.


A really good size about Regular Expressions in general can be found
here:

<http://www.regular-expressions.inf o>

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
4185
by: Kenneth McDonald | last post by:
I'm working on the 0.8 release of my 'rex' module, and would appreciate feedback, suggestions, and criticism as I work towards finalizing the API and feature sets. rex is a module intended to make regular expressions easier to create and use (and in my experience as a regular expression user, it makes them MUCH easier to create and use.) I'm still working on formal documentation, and in any case, such documentation isn't necessarily the...
3
1059
by: Guadala Harry | last post by:
I would appreciate recommendations for books, articles, tutorials, etc for learning Regular Expressions as implemented specifically in .NET. Thanks.
2
5100
by: Sehboo | last post by:
Hi, I have several regular expressions that I need to run against documents. Is it possible to combine several expressions in one expression in Regex object. So that it is faster, or will I have to use all the expressions seperately? Here are my regular expressions that check for valid email address and link Dim Expression As String =
4
5187
by: Együd Csaba | last post by:
Hi All, I'd like to "compress" the following two filter expressions into one - assuming that it makes sense regarding query execution performance. .... where (adate LIKE "2004.01.10 __:30" or adate LIKE "2004.01.10 __:15") .... into something like this: .... where adate LIKE "2004.01.10 __:(30/15)" ...
13
1770
by: O-('' Q) | last post by:
In my effort to fully understand how to use the RegExp engine in c#.net (VS2005), I have begun to tinker with it more since I was shown about the ability the other day in a lengthy newsgroup discussion by Jon Skeet (http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/6ea0817af890040d/889b79e800a05dad?lnk=st&q=Anyone+know+how&rnum=9&hl=en#889b79e800a05dad). I had not known about regular expressions...
7
3831
by: Billa | last post by:
Hi, I am replaceing a big string using different regular expressions (see some example at the end of the message). The problem is whenever I apply a "replace" it makes a new copy of string and I want to avoid that. My question here is if there is a way to pass either a memory stream or array of "find", "replace" expressions or any other way to avoid multiple copies of a string. Any help will be highly appreciated
1
4387
by: Allan Ebdrup | last post by:
I have a dynamic list of regular expressions, the expressions don't change very often but they can change. And I have a single string that I want to match the regular expressions against and find the first regular expression that matches the string. I've gor the regular expressions ordered so that the highest priority is first (if two or more regular expressions match the string I want the first one returned) The code that does this has...
13
7493
by: Wiseman | last post by:
I'm kind of disappointed with the re regular expressions module. In particular, the lack of support for recursion ( (?R) or (?n) ) is a major drawback to me. There are so many great things that can be accomplished with regular expressions this way, such as validating a mathematical expression or parsing a language with nested parens, quoting or expressions. Another feature I'm missing is once-only subpatterns and possessive quantifiers...
12
2493
by: FAQEditor | last post by:
Anybody have any URL's to tutorials and/or references for Regular Expressions? The four I have so far are: http://docs.sun.com/source/816-6408-10/regexp.htm http://en.wikipedia.org/wiki/Regular_expression http://www.regular-expressions.info/javascript.html http://www.webreference.com/js/column5/
0
9672
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9519
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10437
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10214
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10001
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9042
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7538
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3723
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.