Search found 18 matches

by ebulerdo
Sun Nov 05, 2023 9:55 pm
Forum: TextCrawler - General
Topic: Is TextCrawler abandoned?
Replies: 2
Views: 10684

Re: Is TextCrawler abandoned?

Thanks for the reply.
by ebulerdo
Fri Nov 03, 2023 9:39 am
Forum: TextCrawler - General
Topic: Is TextCrawler abandoned?
Replies: 2
Views: 10684

Is TextCrawler abandoned?

It seems there hasn't been any new development for ages. There were a number of issues reported that were never addressed.
And nobody even bothers to reply to the questions here in the forums.

Is TextCrawler abandoned?
by ebulerdo
Wed Jun 07, 2023 12:06 am
Forum: Regular Expressions Help
Topic: Padding numbers
Replies: 0
Views: 19957

Padding numbers

I have a list with files whose names contain a number. This number can be two, three or four digits. I need to convert that number in four digits, adding zeroes to the left if necessary. For example, I need to convert IMG_560.jpg into JPG0560. Actually it's a bit more complex but this is the core of...
by ebulerdo
Wed Apr 05, 2023 11:20 pm
Forum: TextCrawler - General
Topic: Regex: Problem Replace by: $1\L$2 (Capitalize words)
Replies: 4
Views: 17992

Re: Regex: Problem Replace by: $1\L$2 (Capitalize words)

The case replace setting is helpful when you want to apply that change to the whole replacement string. It would be very useful to be able to change case of the capture group only, though. In the regex flavor I use this is done with \u1 or \l1. It seems in the flavor the OP uses it's L$1. Any way wo...
by ebulerdo
Wed Apr 05, 2023 11:07 pm
Forum: TextCrawler - General
Topic: Unwanted output folder saved
Replies: 2
Views: 4075

Re: Unwanted output folder saved

Thanks!
by ebulerdo
Fri Mar 17, 2023 9:38 am
Forum: TextCrawler - General
Topic: Regex: Problem Replace by: $1\L$2 (Capitalize words)
Replies: 4
Views: 17992

Re: Regex: Problem Replace by: $1\L$2 (Capitalize words)

Some years have passed since this was posted. I am exactly in the same situation as the OP. It would be very useful to support \L$ or whatever code to change case in replacements.

Can this be added to the wishlist for v4, please?
by ebulerdo
Fri Mar 17, 2023 9:35 am
Forum: TextCrawler - General
Topic: Unwanted output folder saved
Replies: 2
Views: 4075

Unwanted output folder saved

Good morning! I have TextCrawler's output set to "update original files". That works fine for most of my cases. But then I have a process in which I invoke TextCrawler from the command-line with this exactly the same syntax as in the example in the manual: TextCrawler.exe /fn "D:\My D...
by ebulerdo
Fri Oct 28, 2022 1:35 pm
Forum: TextCrawler - General
Topic: Insert date
Replies: 4
Views: 6099

Re: Insert date

Thanks, problem solved!
by ebulerdo
Fri Oct 28, 2022 12:25 pm
Forum: TextCrawler - General
Topic: Insert date
Replies: 4
Views: 6099

Re: Insert date

Thanks for the reply. I thought of a possibility: In the Standard tab there is an option to replace any text with the filename. It would be easy to name the file as the current date and use that function to replace %date% by the filename, which would do what I need. But I have no idea of how to call...
by ebulerdo
Thu Oct 27, 2022 9:16 am
Forum: TextCrawler - General
Topic: Insert date
Replies: 4
Views: 6099

Insert date

Good morning!

I need to search for certain text (e.g. %date%) and replace it with the current date. Is there a way to do that in TextCrawler?
Thanks!