Question

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 ...

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top