From: Pete Date: 2006-07-08T22:29:46+09:00 Subject: Re: OT: Regexp buddy Dark Ambient schrieb: > Curious too know if anyone uses or has used the product Regex Buddy ? > It supposedly supports Ruby regexp and is supposed to make the use of > regular expressions a lot easier. > btw, I'm not connected to the software or company but would like to > know how it fits in with Ruby programming. > > Stuart it's a great tool, I _love_ it... It prevents you from doing stupid little mistakes that take you hours to find out... you can even debug you regex and learn a lot! ruby (and lot's of other languages / regex flavours) got some decent support and you can even create fancy little code snippets with it! regards Peter