Good day.
Please tell me, can i find values by regexp and do math with it?
For ex - converting lb to kg
find (\d\d)lb and replace $1 * 0.45
Search found 3 matches
- Wed Mar 15, 2017 12:32 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Math operations
- Replies: 1
- Views: 4658
- Mon Jan 09, 2017 3:55 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Extract lines matching pattern list - sort output
- Replies: 2
- Views: 6351
Re: Extract lines matching pattern list - sort output
Thank you very much.
- Fri Dec 30, 2016 10:24 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Extract lines matching pattern list - sort output
- Replies: 2
- Views: 6351
Extract lines matching pattern list - sort output
Good day.
Whether it's possible putting extracted lines in output file in the same order in which they were found?
Here is an example:
Extract lines matching perl pattern/using this text:
41401
41484
41486
41556
Output looks like this:
/done/DiB-41486 Auto Repair & ServiceBrake Repair.xls ...
Whether it's possible putting extracted lines in output file in the same order in which they were found?
Here is an example:
Extract lines matching perl pattern/using this text:
41401
41484
41486
41556
Output looks like this:
/done/DiB-41486 Auto Repair & ServiceBrake Repair.xls ...