Search found 1223 matches

by Abacre
Mon Jan 31, 2005 5:32 pm
Forum: Advanced Find and Replace
Topic: Trying to batch replace with unicode characters.
Replies: 7
Views: 19864

Re: Trying to batch replace with unicode characters.

nakashian wrote:\x{nnnn} seems to work in the search field in Batch Replace mode on hex number as large as \x{00FF}.

Yes, it's an issue. We will correct it next week.
by Abacre
Mon Jan 31, 2005 5:32 pm
Forum: Advanced Find and Replace
Topic: Insert 2 lines of code?
Replies: 1
Views: 8083

Again in batch replace you may use the following code: Search for: PR: Replace with: TR:8112091748300773400030\r\nHR:8112091748300773400030\r\nSR:SC20050BOX\r\nPR: (regular expressions should be activated) OR you may try Replace operation with Insert Before command. ( Remove trailing CRLF should be ...
by Abacre
Mon Jan 31, 2005 5:32 pm
Forum: Advanced Find and Replace
Topic: Thousands of files to search
Replies: 6
Views: 24489

Hi Marc, In fact it's the "trickiest" or "weakest" part of regular expressions. AFR uses a classical regular expressions syntax. So operation OR is not possible with classical r.e. You may do OR for chars (use [] ) but not for strings. What we think: we probably will modify (upgrade) classical r.e. ...
by Abacre
Mon Jan 31, 2005 5:32 pm
Forum: Advanced Find and Replace
Topic: Excluding Selected Paths...
Replies: 2
Views: 9546

Re: ...hmmm

Hi, I have tried including --> -_tobay*.* <-- in both masks (preceeded by a ; ) and in Search-Query (preceeded by a space and with "search in filename" selected). Normally it should work for Mask field. I will try to test it on sample data. As for folders, do you know that there is "Ignore folders" ...
by Abacre
Mon Jan 31, 2005 5:32 pm
Forum: Advanced Find and Replace
Topic: Thousands of files to search
Replies: 6
Views: 24489

Hi, If you want to find the following: all files having Return-path: and somedomain1.com on the same line, you should use Batch replace operation ( in find mode: "Just find" option should be ON ) with "Use regular expressions" enabled. Modifier S should be OFF. So put the following text into search ...
by Abacre
Mon Jan 31, 2005 5:32 pm
Forum: Advanced Find and Replace
Topic: Search in other than Engilsh language
Replies: 2
Views: 10413

Hi,

Yes, it's possible.

Go to main menu Action - Options (Find, Replace, Batch Replace tabs) and change font's script into Cyrillic.
by Abacre
Mon Jan 31, 2005 5:32 pm
Forum: Advanced Find and Replace
Topic: Web Site Search
Replies: 2
Views: 10297

Hi, Well, technically it's possible if your remote host (server) is running under Windows platform. If it's under Linux/Unix then AFR would not run there. You should simply upload AFR to remove server. But previously you should turn and test AFR very carefully on your local computer. Basic highlight...
by Abacre
Mon Jan 31, 2005 5:32 pm
Forum: Advanced Find and Replace
Topic: Thousands of files to search
Replies: 6
Views: 24489

Re: Thanks it works. Can't seem to copy all files found?

Hi, From the Find results, I would now like to be able to copy (or cut) these files to put them in another folder. This software only allows me to copy/cut one file at at time from the results window. Any suggestions? You may select several files by pressing Ctrl and then you may drag and drop seve...