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://website ...
Search found 20 matches
- Thu Jun 09, 2022 3:36 pm
- Forum: TextCrawler
- Topic: Error on search - Standard search - find consecutive lines
- Replies: 3
- Views: 20140
- Tue May 10, 2022 8:36 pm
- Forum: TextCrawler
- Topic: REGEX: \K or \G or \R does't work
- Replies: 1
- Views: 15283
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:
FIND:
none of them work
A simply example:
Code: Select all
<title>Star</title>
Code: Select all
<title\K
- Tue May 10, 2022 4:38 pm
- Forum: TextCrawler
- Topic: Error on search - Standard search - find consecutive lines
- Replies: 3
- Views: 20140
Re: Error on search - Standard search - find consecutive lines
yes, I am very sure. I've done this many times.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 find the solution. Thanks

- Tue May 10, 2022 3:16 pm
- Forum: TextCrawler
- Topic: Error on search - Standard search - find consecutive lines
- Replies: 3
- Views: 20140
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 ...
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 ...
- Mon Jun 14, 2021 11:17 am
- Forum: TextCrawler
- Topic: Save as UTF-8
- Replies: 2
- Views: 10816
Re: Save as UTF-8
I find the option, thanks:


- Mon Jun 14, 2021 8:52 am
- Forum: TextCrawler
- Topic: Save as UTF-8
- Replies: 2
- Views: 10816
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?
Seems that the replacement convert UTF-8 into ANSI. How can be resolve this problem?
- Thu Aug 06, 2020 5:50 pm
- Forum: TextCrawler
- Topic: Batch editor - GOOD IDEA, but doesn't work too good on regex
- Replies: 1
- Views: 10463
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.
SEARCH: (content=")(.*?(?<!,))\x20\|?\x20*(.*)
REPLACE BY: $1\l$2,\x20\l$3
Is not working. At all. It's a mess.
- Mon Dec 02, 2019 9:52 pm
- Forum: TextCrawler
- Topic: Unrecognized escape sequence \K
- Replies: 4
- Views: 22230
- Fri Feb 16, 2018 10:57 am
- Forum: TextCrawler
- Topic: TextCrawler trial doesn't work
- Replies: 1
- Views: 11592
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.."
- Fri Feb 16, 2018 7:31 am
- Forum: TextCrawler
- Topic: TextCrawler trial doesn't work
- Replies: 1
- Views: 11592
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 ...
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 ...