From: James Campbell <[EMAIL PROTECTED]> > >Is anybody use any free Regexp tester? > >Like in the OptiPerl - but it's non-free... :( > > Don't know how complicated OptiPerl is but if you just want to see > what your regex is matching: > <snipped>
For things like this I use PSH : http://Jenda.Krynicky.cz/#PSH c:\> psh psh> ? "something" =~ /the regexp/ 1 psh> $x = "wertsdfgdsfgq3rgsdfgsdfg"; psh> ? $x =~ s/regexp/replacement/g; $x .... Jenda =========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ========== There is a reason for living. There must be. I've seen it somewhere. It's just that in the mess on my table ... and in my brain I can't find it. --- me -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
