Re: [PHP] Regular Expressions Tester/designer

2004-06-20 Thread Tom Rogers
Hi,

Sunday, June 20, 2004, 7:23:53 AM, you wrote:
A Anyone know of a good regular expressions tester/designer for php coding
A running  windows.

A I've looked at the Rad Software Regular Expressions Designer and it
A looks pretty good except that it is intended for .net and it really
A doesn't seem to be entirely PCRE compatible.

A Thanks


This works with perl regular expressions

http://weitz.de/files/regex-coach.exe

-- 
regards,
Tom

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Regular Expressions Tester/designer

2004-06-20 Thread Ulrik S. Kofod

Tom Rogers sagde:


 This works with perl regular expressions

 http://weitz.de/files/regex-coach.exe


Thanks! Great tool! I really needed something like that.
It just seems like it can't handle $1,  $2 ...$x in the replacement string?
Isn't there a way to make that work ?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re[2]: [PHP] Regular Expressions Tester/designer

2004-06-20 Thread Tom Rogers
Hi,

Sunday, June 20, 2004, 5:30:39 PM, you wrote:

USK Tom Rogers sagde:


 This works with perl regular expressions

 http://weitz.de/files/regex-coach.exe


USK Thanks! Great tool! I really needed something like that.
USK It just seems like it can't handle $1,  $2 ...$x in the replacement string?
USK Isn't there a way to make that work ?


You need to use \1 \2

-- 
regards,
Tom

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Regular Expressions Tester/designer

2004-06-19 Thread Al
Anyone know of a good regular expressions tester/designer for php coding 
running  windows.

I've looked at the Rad Software Regular Expressions Designer and it 
looks pretty good except that it is intended for .net and it really 
doesn't seem to be entirely PCRE compatible.

Thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Regular Expressions Tester/designer

2004-06-19 Thread Joel Kitching
On Sat, 19 Jun 2004 17:23:53 -0400, Al [EMAIL PROTECTED] wrote:
 
 Anyone know of a good regular expressions tester/designer for php coding
 running  windows.
 
 I've looked at the Rad Software Regular Expressions Designer and it
 looks pretty good except that it is intended for .net and it really
 doesn't seem to be entirely PCRE compatible.
 
 Thanks
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 

You could always just use a simple online one like...

http://www.quanetic.com/regex.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php