Hello!
What a great software, I use it almost daily for what I do.
Question - I'm trying to locate a reoccurring string which has a number, and increment the number by an amount.
Example :
Locate the following :
<Topic>5</Topic>
<Topic>6</Topic>
<Topic>7</Topic>
Increment each number by +17 ...
Search found 3 matches
- Wed Feb 15, 2023 10:13 pm
- Forum: TextCrawler
- Topic: Find string with number, increase number
- Replies: 1
- Views: 22796
- Sun May 15, 2022 6:02 pm
- Forum: TextCrawler
- Topic: Increment number?
- Replies: 1
- Views: 16872
Increment number?
Hello!
I am trying to find all instances of a string (<Instrument number="1">) and increment the number in quotes by another number N.
Example :
if N = 30 then \
<Instrument number="1"> will be replaced with <Instrument number="31">
<Instrument number="2"> will be replaced with <Instrument ...
I am trying to find all instances of a string (<Instrument number="1">) and increment the number in quotes by another number N.
Example :
if N = 30 then \
<Instrument number="1"> will be replaced with <Instrument number="31">
<Instrument number="2"> will be replaced with <Instrument ...
- Mon Jan 31, 2022 9:12 pm
- Forum: TextCrawler
- Topic: Replace string with parent folder name
- Replies: 1
- Views: 6158
Replace string with parent folder name
Hello!
TextCrawler has been the answer to so many of my problems, I'm proud to be a registered user.
Here's my question..
I'm trying to locate "<SampleName>SAMPLE" in multiple files and replace the word SAMPLE with the folder name that the file resides in.
Lets say the file is "C:\Anything\More ...
TextCrawler has been the answer to so many of my problems, I'm proud to be a registered user.
Here's my question..
I'm trying to locate "<SampleName>SAMPLE" in multiple files and replace the word SAMPLE with the folder name that the file resides in.
Lets say the file is "C:\Anything\More ...