Search found 18 matches
- Sun Nov 05, 2023 9:55 pm
- Forum: TextCrawler
- Topic: Is TextCrawler abandoned?
- Replies: 2
- Views: 34215
Re: Is TextCrawler abandoned?
Thanks for the reply.
- Fri Nov 03, 2023 9:39 am
- Forum: TextCrawler
- Topic: Is TextCrawler abandoned?
- Replies: 2
- Views: 34215
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?
And nobody even bothers to reply to the questions here in the forums.
Is TextCrawler abandoned?
- Wed Jun 07, 2023 12:06 am
- Forum: Regular Expressions (Archived)
- Topic: Padding numbers
- Replies: 0
- Views: 64341
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 ...
For example, I need to convert IMG_560.jpg into JPG0560. Actually it's a bit more complex but this is the core ...
- Wed Apr 05, 2023 11:20 pm
- Forum: TextCrawler
- Topic: Regex: Problem Replace by: $1\L$2 (Capitalize words)
- Replies: 4
- Views: 46607
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 ...
- Wed Apr 05, 2023 11:07 pm
- Forum: TextCrawler
- Topic: Unwanted output folder saved
- Replies: 2
- Views: 25908
Re: Unwanted output folder saved
Thanks!
- Fri Mar 17, 2023 9:38 am
- Forum: TextCrawler
- Topic: Regex: Problem Replace by: $1\L$2 (Capitalize words)
- Replies: 4
- Views: 46607
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?
Can this be added to the wishlist for v4, please?
- Fri Mar 17, 2023 9:35 am
- Forum: TextCrawler
- Topic: Unwanted output folder saved
- Replies: 2
- Views: 25908
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 Data\convertme ...
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 Data\convertme ...
- Fri Oct 28, 2022 1:35 pm
- Forum: TextCrawler
- Topic: Insert date
- Replies: 4
- Views: 35512
Re: Insert date
Thanks, problem solved!
- Fri Oct 28, 2022 12:25 pm
- Forum: TextCrawler
- Topic: Insert date
- Replies: 4
- Views: 35512
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 ...
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 ...
- Thu Oct 27, 2022 9:16 am
- Forum: TextCrawler
- Topic: Insert date
- Replies: 4
- Views: 35512
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!
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!