RegExp not working -

boskovuk wrote on Tue Oct 17 20:02:54 MEST 2006:
hi,

I am trying to play with RegExp plugin and can't get it working.

I type:
s/cat/hacker/
(in 'RegExp:' field)

and I type:
Time to feed the cat!
(in 'Match text:' field)

Nothing happens regardless of what I chose/click. What am I missin here?
jploski wrote on Tue Oct 17 20:07:22 MEST 2006:
You are supposed to enter just the regular expression, not the substitution
operator.

Try something like

(...)(.*?)(cat)

and click on "Validate Regexp" (the run icon).

Note: The above is an archived snapshot of a forum thread. Use the original thread at sf.net to post comments.