473,388 Members | 1,209 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,388 software developers and data experts.

RegexBuddy (anyone use this?)

Has anyone tried this thing..
http://www.regular-expressions.info/regexbuddy.html

If I had $30 would this be worth getting or should I just try to learn
the manual. (I was hopeing the essential refrence would clear things
up but I am downloading a gilgillion pages on the re module to try to
learn it)

http://www.dexrow.com

Sep 16 '06 #1
10 1905
* Er*********@msn.com (2006-09-16 15:27 +0100)
Has anyone tried this thing..
http://www.regular-expressions.info/regexbuddy.html

If I had $30 would this be worth getting or should I just try to learn
the manual.
Well, actually both is worth trying.
(I was hopeing the essential refrence would clear things
up but I am downloading a gilgillion pages on the re module to try to
learn it)
If you just have problems getting the grip of Python style regular
expressions than it's probably overkill. I think [1] suffices. But if
you regularly deal with regexes then RegexBuddy is indispensable and
unique.

Thorsten

PS Actually the author wrote the finest and best Windows Editor and I
also use EditPad Pro under Linux (together with Wine) because of the
lack of usables editors under Linux.

[1] http://www.regular-expressions.info/python.html
Sep 16 '06 #2

Er*********@msn.com wrote:
Has anyone tried this thing..
http://www.regular-expressions.info/regexbuddy.html

If I had $30 would this be worth getting or should I just try to learn
the manual. (I was hopeing the essential refrence would clear things
up but I am downloading a gilgillion pages on the re module to try to
learn it)

http://www.dexrow.com
The time spent on reading about regular expressions will reward you
many times over. A tool is no substitute for that.

However, a visual tool does help in constructing complex expressions.
Python includes one such. Search for redemo.py

On Windows
C:\Python24\Tools\scripts\redemo.py

There are also several good open source tools on Sourceforge. Try them
out.

Sep 16 '06 #3
On Sat, 16 Sep 2006, Thorsten Kampe wrote:
PS Actually the author wrote the finest and best Windows Editor and I also
use EditPad Pro under Linux (together with Wine) because of the lack of
usables editors under Linux.
Wow! That's really opned you up for flaming! Most of us choose emacs or
vi, and after 30 years of continued existence and improvements no one could
successfully argue that they are not usable editors for linux, *BSD, or any
other OS.

Of course, there are many folks who prefer to enter text by
pointing-and-clicking, but that's the environment in which they were brought
up. I'm really happy that you found an editor that you like, but your
rationale will not sway many others.

Rich

--
Richard B. Shepard, Ph.D. | The Environmental Permitting
Applied Ecosystem Services, Inc.(TM) | Accelerator
<http://www.appl-ecosys.com Voice: 503-667-4517 Fax: 503-667-8863
Sep 16 '06 #4
Has anyone tried this thing..
http://www.regular-expressions.info/regexbuddy.html
I use kodos http://kodos.sourceforge.net/. I firmly agree using a tool
like this to learn regular expressions will not only save you a
ridiculous amount of time spent on trial and error *but* it's really
easy and makes learning re a joy.

btw, kodos is specifically created with Python's re module in mind.
Good luck!

Sep 16 '06 #5

vbgunz wrote:
Has anyone tried this thing..
http://www.regular-expressions.info/regexbuddy.html

I use kodos http://kodos.sourceforge.net/. I firmly agree using a tool
like this to learn regular expressions will not only save you a
ridiculous amount of time spent on trial and error *but* it's really
easy and makes learning re a joy.

btw, kodos is specifically created with Python's re module in mind.
Good luck!
kodos does look good but I do not have the pyqt (maybe I am slightly
off) interface to use it on my system.. with another graphic interface
it would be a must try software.

Sep 16 '06 #6

Er*********@msn.com wrote:
vbgunz wrote:
Has anyone tried this thing..
http://www.regular-expressions.info/regexbuddy.html
I use kodos http://kodos.sourceforge.net/. I firmly agree using a tool
like this to learn regular expressions will not only save you a
ridiculous amount of time spent on trial and error *but* it's really
easy and makes learning re a joy.

btw, kodos is specifically created with Python's re module in mind.
Good luck!

kodos does look good but I do not have the pyqt (maybe I am slightly
off) interface to use it on my system.. with another graphic interface
it would be a must try software.
There's also Komodo's regex debugger, (I would guess WIng IDE has a
good one also) and these

http://www.weitz.de/regex-coach/
http://www.quanetic.com/regex.php

http://www.python.org/pypi/retest/0.6
http://www.python.org/pypi/Pyreb/0.1.5

Sep 16 '06 #7
kodos does look good but I do not have the pyqt (maybe I am slightly
off) interface to use it on my system.. with another graphic interface
it would be a must try software.
on Ubuntu 6.06, the repos have this 'gtk2-engines-gtk-qt' and it makes
QT apps look really awesome on Gnome. Not sure about Windows *but* I am
sure something like it has to exist. Try looking into it. Good luck!

Sep 16 '06 #8
Er*********@msn.com wrote:
Has anyone tried this thing..
http://www.regular-expressions.info/regexbuddy.html
For another free option, there's Kiki:

http://project5.freezope.org/kiki/

It has the advantage of being based on the actual python re module. It
also comes with SPE.

-alex23

Sep 17 '06 #9
"Er*********@msn.com" <Er*********@msn.comwrites:
[...]
kodos does look good but I do not have the pyqt (maybe I am slightly
off) interface to use it on my system.. with another graphic interface
[...]

So... why not just install pyqt?

http://www.diotavelli.net/PyQtWiki/F...AskedQuestions
On the systems I use for development, I'd type "emerge PyQt" (Gentoo)
or double-click on the installer .exe (Windows). RPM-based and
Debian-based systems are just as easy. Can't see a MacOS installer,
but the source is there and PyQt 4 works fine on that system.
John
Sep 17 '06 #10
Thorsten Kampe a écrit :
(snip)
PS Actually the author wrote the finest and best Windows Editor and I
also use EditPad Pro under Linux (together with Wine) because of the
lack of usables editors under Linux.
I guess we don't have the same definition of a "usable" editor...
Sep 17 '06 #11

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

Similar topics

0
by: asdf sdf | last post by:
i have an install issue with moinmoin on win2k. i've tried the mailing list, but it appears to be a very low traffic, low subscriber list. can i get a reality check? is anyone using moinmoin in...
1
by: Simon Harvey | last post by:
Hi chaps, Does anyone know if the beast is going to release Visual Tools for office to work with Visual Studio 2002 and not just 2003, or are they quite happy to shaft those that supported them...
1
by: Greg Steele | last post by:
Does anyone have a copy or know where I can get an installation executable for chiliReports 2.0 from chili! soft? The company I'm working for bought a copy several years ago, then moved their...
2
by: Ken Shaw | last post by:
G'day, I'm trying to tack down any delta compression library that I could licence for use in a project. Does anyone know of a decent binary delta compression library? cheers, Ken Shaw
0
by: james | last post by:
Hi guys! I´ve got a centerd table on my site with a black 1 pixel border. What i would like to do is to add a drop shadow to the table. Anyone know if it's possible to create a drop shadow for a...
162
by: Isaac Grover | last post by:
Hi everyone, Just out of curiosity I recently pointed one of my hand-typed pages at the W3 Validator, and my hand-typed code was just ripped to shreds. Then I pointed some major sites...
13
by: penguin732901 | last post by:
Checking back for discussions, there was a lot of talk about 2000 being slower than 97, but not so much lately. What is the latest opinion? Anyone care to set up a poll for how many NG members...
2
by: Bruno Alexandre | last post by:
Hi guys, does anyone know where is the Website used in the MSDN "Lear ASP.NET 2.0 with Jeff Prosise" (http://msdn.microsoft.com/asp.net/beta2/multimedia/default.aspx) events? The website used...
3
by: teo | last post by:
The RightToLeft option is very useful in the RegEx syntax. I'm using the RegExBuddy software to help myself. But I'm not able to set the RightToLeft option in this software. Any idea?
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.