473,396 Members | 1,764 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Seeking regex-to-re HOWTO

Is Andrew Kuchling's regex-to-re HOWTO available anywhere?
I've found the following (dead) links on various Web pages:

http://py-howto.sourceforge.net/rege...gex-to-re.html
http://starship.skyport.net/crew/amk...gex-to-re.html
http://www.python.org/doc/howto/regex-to-re/
http://www.amk.ca/python/howto/regex-to-re/

Thanks in advance.
Jul 18 '05 #1
4 2850
On Mon, 29 Dec 2003 07:29:05 -0500, Josef Sachs wrote:

Is Andrew Kuchling's regex-to-re HOWTO available anywhere?
I've found the following (dead) links on various Web pages:

http://py-howto.sourceforge.net/rege...gex-to-re.html
http://starship.skyport.net/crew/amk...gex-to-re.html
http://www.python.org/doc/howto/regex-to-re/
http://www.amk.ca/python/howto/regex-to-re/


Never read the 'regex-to-re' HOWTO; but the following link is
a HOWTO by A.M. Kuchling on using regular expressions with the
're' module:

http://www.amk.ca/python/howto/regex/

HTHomas

Jul 18 '05 #2

Josef> Is Andrew Kuchling's regex-to-re HOWTO available anywhere?
Josef> I've found the following (dead) links on various Web pages:

Looks like it is no longer officially available. I ran 'find' on
www.python.org in the obvious places but didn't find it.

Try the Wayback Machine:

http://www.archive.org/

Search for regex-to-re. The third item points to:

http://web.archive.org/web/200011190...gex-to-re.html

Skip

Jul 18 '05 #3

Josef> Is Andrew Kuchling's regex-to-re HOWTO available anywhere?
Josef> I've found the following (dead) links on various Web pages:

Looks like it is no longer officially available. I ran 'find' on
www.python.org in the obvious places but didn't find it.

Try the Wayback Machine:

http://www.archive.org/

Search for regex-to-re. The third item points to:

http://web.archive.org/web/200011190...gex-to-re.html

Skip

Jul 18 '05 #4
On 29 Dec 2003 07:29:05 -0500,
Josef Sachs <sa***@panix.com> wrote:
Is Andrew Kuchling's regex-to-re HOWTO available anywhere?


I discarded it; it's not like there's much code left that still uses regex.
You can poke around in the CVS for the py-howto project on SourceForge
to get a copy of the LaTeX source.

--amk
Jul 18 '05 #5

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

Similar topics

2
by: mikea59 | last post by:
I am getting errors in XMLSpy (Pro) in the following case: Source Document: <test> 12345 AB 12345 </test> Stylesheet: <xsl:stylesheet version="2.0"...
1
by: Sam | last post by:
Why when I write this Regex r = new Regex(@"+") String tokenList = r.Split(line) If line which is a string, has spaces at the end or start, Regex leaves an empty string at the end and start...
3
by: dje | last post by:
Regex regex = new Regex("//"); Match match; match = regex.Match(this.LastName.Text); if(!match.Success) { sb.Append("Last name invalid. "); returnValue=false; } with the input "jones",...
1
by: tdmailbox | last post by:
I have the following regular expression. It works fine if the regex code returns a match. However if not the .match code fails. How can I code this so that it skips the match if the regular...
2
by: roopeman | last post by:
any problem of the regex? the code as below is not working ! if just one keyword,such as "Microsoft.*", it 's work well , anybody can help me ,Thanks! using System.Text.RegularExpressions; Regex...
0
by: Tanja Krammer | last post by:
Hi Experts, why the following simple regex hangs? (Regex(@"(*)""((?:\\.|*)*)""", RegexOptions.Multiline); does not hangs and works fine) Thank you a lot
7
by: Extremest | last post by:
I am using this regex. static Regex paranthesis = new Regex("(\\d*/\\d*)", RegexOptions.IgnoreCase); it should find everything between parenthesis that have some numbers onyl then a forward...
7
by: Chuck B | last post by:
In a C# Regex expression which would be faster when run against say 10,000 strings: Regex(@"\d+/\d+/\d+ The quick brown fox.*"); or Regex(@"\d+/\d+/\d+ The.*"); The reason I'm asking is...
0
by: John B | last post by:
Hi, Can someone please test the regex below in .NET Framework 1.1 and let me know the results. Running in 2.0, it does not capture the line number if there are any nonmatching line numbers...
1
by: al.moorthi | last post by:
the below program is working in Suse and not working on Cent 5: can any body have the solution ? #include <regex.h> #include <stdlib.h> #include <stdio.h> int main(){ char cool =...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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,...
0
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...
0
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...
0
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...
0
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,...

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.