Search found 18 matches

by patrmich
Fri Jun 08, 2012 2:04 pm
Forum: TextCrawler - General
Topic: Searching for files that do not contain a word
Replies: 3
Views: 10913

Re: Searching for files that do not contain a word

Sorry for my previous today post.

I finally realized that I could do what you suggested in Menu > View > List Files with no Matches

Thank you again,

Patrick
by patrmich
Fri Jun 08, 2012 8:39 am
Forum: TextCrawler - General
Topic: Searching for files that do not contain a word
Replies: 3
Views: 10913

Re: Searching for files that do not contain a word

I thank you for your reply. I am sorry to say that I do not really understand the reply (maybe because of my poor English understanding (as my mother language is French) To be more precise, I do not see where, in the menu, I have the possibility to select the option to have all files listed (and the...
by patrmich
Thu Jun 07, 2012 9:15 am
Forum: TextCrawler - General
Topic: Searching for files that do not contain a word
Replies: 3
Views: 10913

Searching for files that do not contain a word

Hi,

I have a directory of html files.

I would like to search for files that do not contain the word "option"

Is there a way to make this search when using Text Crawler ?

Thank you in advance for nay help.

Patrick
by patrmich
Wed May 02, 2012 11:29 am
Forum: TextCrawler - General
Topic: How to find a chain that may include a carridge return
Replies: 1
Views: 7037

How to find a chain that may include a carridge return

Hi, I have to search in a directory of html files. I would like to search a chain like this : "some text located in the file" In some files the chain can include one (or several= carridge return, like this : "some text located in the file" "some text located in the file"...
by patrmich
Mon Apr 02, 2012 4:12 pm
Forum: Regular Expressions Help
Topic: Regex to search and replace some html code ny another one
Replies: 2
Views: 12536

Regex to search and replace some html code ny another one

Hi, I have a directory of html files In some files are expressions of the following kind : <font color="#000080">abcdef.....</font> where abcdef..... is a string of characters of which length can vary from 1 to 100 characters I would like to use a Regex to replace <font color="#000080...
by patrmich
Fri Mar 30, 2012 10:39 am
Forum: Regular Expressions Help
Topic: Regex to search and replace
Replies: 0
Views: 10827

Regex to search and replace

Hi, I have a directory of html files In some files are expressions of the following kind : <td height="xxx"> where xxx van vary from 1 to 999 I would like to use a Regex to replace <td height="xxx"> by <td style="height:xxxpx"> Does anyone know what Regex can do this wi...
by patrmich
Fri Mar 23, 2012 11:03 am
Forum: TextCrawler - General
Topic: How to search with Batch Editor
Replies: 1
Views: 7064

How to search with Batch Editor

Hi, I would like to search for the following expression (in an html file) : "38 (abdefgh)|0.00|0.00|" When I do it in the Standard mode, it works well. But when I try to do it with the Batch command, the search finds plenty of results : finds every " in the html file. Is there a way t...
by patrmich
Wed Mar 21, 2012 3:05 pm
Forum: TextCrawler - General
Topic: How to delete a part of an expression ?
Replies: 6
Views: 13845

Re: How to delete a part of an expression ?

Hi, Thank you very much for your help. The following works very well : replacing <li><font size="2">([^<]*)</font></li> by <li>$1</li> I have another task to do : I have a directory of html pages (each page is related to an item full description) In several html pages are expressions havin...
by patrmich
Tue Mar 20, 2012 9:51 am
Forum: TextCrawler - General
Topic: How to delete a part of an expression ?
Replies: 6
Views: 13845

Re: How to delete a part of an expression ?

Hi, My goal was to : Find : <li><font size="2">xxxxxxxxxx</font></li> (where xxxxxxxxxx is a variable text having a length from 5 to 100 characters) Replace by <li>xxxxxxxxxx</li> I managed to reach my goal through Notepad++ as follows : Find : <li><font size="2">([^<]*)</font></...
by patrmich
Tue Mar 13, 2012 1:36 pm
Forum: TextCrawler - General
Topic: How to delete a part of an expression ?
Replies: 6
Views: 13845

How to delete a part of an expression ?

Hi, I have a directory of html pages (each page is related to an item full description) In several html pages are expressions having the following shape : <li><font size="2">xxxxxxxxxx</font></li> xxxxxxxxxx is a variable text having a length from 5 to 100 characters I would like to delete...