Search found 20 matches

by me_suzy
Thu Jun 09, 2022 3:36 pm
Forum: TextCrawler - General
Topic: Error on search - Standard search - find consecutive lines
Replies: 3
Views: 6480

Re: Error on search - Standard search - find consecutive lines

and yet, there is a problem. For example, I have this kind of text. <li> <a href="https://website.com/feedback.html"> <span>FEED-BACK</span> </a> </li> want to replace with: <li> <a href="https://website.com/search.html"> <span>SEARCH</span> </a> </li> <li> <a href="https://...
by me_suzy
Tue May 10, 2022 8:36 pm
Forum: TextCrawler - General
Topic: REGEX: \K or \G or \R does't work
Replies: 1
Views: 5380

REGEX: \K or \G or \R does't work

hello, I want to use those regex operator: \K or \G or \R .

none of them work

A simply example:

Code: Select all

<title>Star</title>
FIND:

Code: Select all

<title\K
by me_suzy
Tue May 10, 2022 4:38 pm
Forum: TextCrawler - General
Topic: Error on search - Standard search - find consecutive lines
Replies: 3
Views: 6480

Re: Error on search - Standard search - find consecutive lines

DigitalVolcano wrote: Tue May 10, 2022 4:06 pm Are you sure the line ending types in your file match up to the editor? (e.g. cr/lf , cr etc). You can change the line ending types in the settings.
yes, I am very sure. I've done this many times.

Yes, I find the solution. Thanks

Image
by me_suzy
Tue May 10, 2022 3:16 pm
Forum: TextCrawler - General
Topic: Error on search - Standard search - find consecutive lines
Replies: 3
Views: 6480

Error on search - Standard search - find consecutive lines

I have this 2 lines to find out. It is a standard search. I try many combination: whole words, case sensitive, ignore whitespace, etc. for a while he can't find more consecutive lines. It was possible before. <p> </p> <p class="den_articol">That's all folks.</p> https://snipboard.io/CdxJEQ...
by me_suzy
Mon Jun 14, 2021 11:17 am
Forum: TextCrawler - General
Topic: Save as UTF-8
Replies: 2
Views: 5179

Re: Save as UTF-8

I find the option, thanks:

Image
by me_suzy
Mon Jun 14, 2021 8:52 am
Forum: TextCrawler - General
Topic: Save as UTF-8
Replies: 2
Views: 5179

Save as UTF-8

hello. I use a regex to replace on several UTF-8 files, from En into Chinesse. The problem is that after Replace, the files becomes ANSI and I cannot see the chinesse characters, only ?????

Seems that the replacement convert UTF-8 into ANSI. How can be resolve this problem?
by me_suzy
Thu Aug 06, 2020 5:50 pm
Forum: TextCrawler - General
Topic: Batch editor - GOOD IDEA, but doesn't work too good on regex
Replies: 1
Views: 7336

Batch editor - GOOD IDEA, but doesn't work too good on regex

hello, I have this regex to search and replace with other regex, on Batch Editor.

SEARCH: (content=")(.*?(?<!,))\x20\|?\x20*(.*)

REPLACE BY: $1\l$2,\x20\l$3

Is not working. At all. It's a mess.
by me_suzy
Fri Feb 16, 2018 10:57 am
Forum: TextCrawler - General
Topic: TextCrawler trial doesn't work
Replies: 1
Views: 8920

Re: TextCrawler trial doesn't work

I find the answer. In settings, I should uncheck all the options, especialy the last one "Always write UFT8.."
by me_suzy
Fri Feb 16, 2018 7:31 am
Forum: TextCrawler - General
Topic: TextCrawler trial doesn't work
Replies: 1
Views: 8920

TextCrawler trial doesn't work

hello, I just instal the new TextCrawler 3. And I also install windows 10. I have the olf version of batch files, and I try to run, seems to loads the files, but doesn not make any change on them. Why ?? My files are on C:\\ but I give them permissions, etc. what is the problem? I get a message on e...