I'm working with TMSAdvMemo. I'd like to have a find / replace dialog that supports regular expressions. They have the default find / replace dialogs built-in, and a couple of more advanced dialogs that aren't fully implemented.

I'm working with TMSAdvMemo. I'd like to have a find / replace dialog that supports regular expressions. They have the default find / replace dialogs built-in, and a couple of more advanced dialogs that aren't fully implemented.

I'm not attached to using the AdvMemo, but I like it because of the simple syntax highlighting for different languages. (We need Pascal and SQL at a minimum for this project.)

Does anybody know of a fully-implemented find / replace dialog that supports regex of some sort?

Comments

  1. Thanks, but Regex isn't the problem. Delphi has it built-in, and I use an older lib that works fine.

    What I'm looking for is ... Find and Replace dialogs that incorporate it into their operation.

    The TAdvMemo has the search and replace functions built into the memo code itself.

    ReplyDelete

Post a Comment