View Single Post
Old 01-18-2009, 03:27 PM   #14
=X=
Wizard
=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.
 
=X='s Avatar
 
Posts: 3,671
Karma: 12205348
Join Date: Mar 2008
Device: Galaxy S, Nook w/CM7
Quote:
Originally Posted by daesdaemar View Post
Do you have any suggestions for where I might teach myself this stuff? I use primarily Word for my editing.
Okay I'm not Nate so parding me for intruding, now to answer your question


MS Word does not use standard regular notation and in addition it's implementation is inferior to true RegEx. But it is still powerful and conceptually still make use of the regular expression concepts

I'd recommend reading http://www.regular-expressions.info/

These two articles are pretty good. They got me started when I decided to write the BookCreator tool
http://office.microsoft.com/en-us/he...873041033.aspx
http://office.microsoft.com/en-us/he...873051033.aspx


Also there are scores of Perl and Javascript tutorials that use regular expressions. The syntax will be a little different but they still try to solve the same problems and you will learn from the exercise of converting the syntax.

Reglar expressions have a steep learning curve but once your over the first hump, you'll realize its the best invention since coffee. ... Yea I know the saying is sliced bread but give me coffee and regluar expressions --hmmmm I'm in heaven.

=X=
=X= is offline   Reply With Quote