문제

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top