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 ...
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 ...
Synedit comes with a builtin regex library and you can see an example search&replace application in the demos folder.