RegEx available in "Find" (Ctl-F) command in two-pane text comparison ?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Hammillian7
Member
Member
Posts: 107
Joined: 2003-07-16, 22:40 UTC
Location: Spain

RegEx available in "Find" (Ctl-F) command in two-pane text comparison ?

Post by *Hammillian7 »

Is RegEx available in "Find" (Ctl-F) command in two-pane text comparison ?

Pressing Ctl-F, when watching the comparison of two text files, each one in one pane, the search dialog window appears, the "Help" button says that Regular Expressions are supported, but the dialog doesn't offer the "RegEx" option. Is there any way of using RegEx's for the text search, please?

I'm using Version 9.51 now.

An example of the syntax by showing the introduced text?
Thanks,
Jose

Nubia Redmagic 7Pro with non-rooted Android 13
Surrendered to Win11
User avatar
Dalai
Power Member
Power Member
Posts: 9949
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: RegEx available in "Find" (Ctl-F) command in two-pane text comparison ?

Post by *Dalai »

The help page opened in this dialog is the same as the one opened via Lister's Find dialog. The RegEx support applies to the latter.

As a workaround you might be able to use a dedicated editor like Notepad++ which supports such a thing (via a plugin AFAIK). Or use WinMerge which also seems to support RegEx in its search. An external comparison tool can even be used in place of TC's internal one via

Code: Select all

[Configuration]
CompareTool=path\to\some\tool
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Hammillian7
Member
Member
Posts: 107
Joined: 2003-07-16, 22:40 UTC
Location: Spain

Re: RegEx available in "Find" (Ctl-F) command in two-pane text comparison ?

Post by *Hammillian7 »

Dalai wrote: 2024-09-06, 18:00 UTC The help page opened in this dialog is the same as the one opened via Lister's Find dialog. The RegEx support applies to the latter.

As a workaround you might be able to use a dedicated editor like Notepad++ which supports such a thing (via a plugin AFAIK). Or use WinMerge which also seems to support RegEx in its search. An external comparison tool can even be used in place of TC's internal one via

Code: Select all

[Configuration]
CompareTool=path\to\some\tool
Thanks, Dalai.

Do you mean Notepad++ within the 2-pane comparison? (for searching in individual file, I may already use the TC Lister).

Good idea using an external tool supporting RegEx and thanks for the info on how to configure it !
Thanks,
Jose

Nubia Redmagic 7Pro with non-rooted Android 13
Surrendered to Win11
User avatar
Dalai
Power Member
Power Member
Posts: 9949
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: RegEx available in "Find" (Ctl-F) command in two-pane text comparison ?

Post by *Dalai »

Hammillian7 wrote: 2024-09-08, 05:47 UTCDo you mean Notepad++ within the 2-pane comparison?
No, I mean regular Notepad++ that can be extended via a plugin to have a similar comparison feature.
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Post Reply