views:

185

answers:

1

Hi, I'm looking for some example how to do regex search on SynEdit control in Delphi ?

I'd like to implement something like "grep" search in the current document ...

+2  A: 

Synedit comes with a builtin regex library and you can see an example search&replace application in the demos folder.

utku_karatas