Search found 1719 matches

by DigitalVolcano
Wed Mar 18, 2015 10:46 am
Forum: Regular Expressions Help
Topic: Scramble email characters before the @ sign
Replies: 1
Views: 11451

Re: Scramble email characters before the @ sign

Not sure how to do this randomly. You can mix up by capturing the letters before the @ with brackets () and replacing in a different order, e.g. $5$2$3$4, but this would be difficult on variable length email addresses.
by DigitalVolcano
Wed Mar 18, 2015 10:44 am
Forum: TextCrawler - General
Topic: batch insert text?
Replies: 2
Views: 10945

Re: batch insert text?

You can use line mode on TextCrawler pro

For instance:

Using mode "Limit to Lines"
From: 26
To: 26

RegEx:
$
Replace
\r\nTHE NEW LINE

This will insert a new line after line 26. The $ symbol matches the line end, and the \r\n inserts a new one.
by DigitalVolcano
Wed Mar 18, 2015 10:32 am
Forum: TextCrawler - General
Topic: annoying .bak files
Replies: 2
Views: 15203

Re: annoying .bak files

You can turn off bak files in the Options screen:
http://www.digitalvolcano.co.uk/textcra ... =&sct=MzA4
by DigitalVolcano
Sat Mar 14, 2015 9:07 am
Forum: Duplicate Cleaner support
Topic: Getting Error Message related to disk I/O error
Replies: 7
Views: 11545

Re: Getting Error Message related to disk I/O error

You could try factory-resetting the program by deleting the database at
C:\Users\[YOUR USER]\AppData\Roaming\DigitalVolcano\DuplicateCleaner\DuplicateCleanerPro.data
by DigitalVolcano
Fri Mar 13, 2015 10:14 am
Forum: Duplicate Cleaner support
Topic: Getting Error Message related to disk I/O error
Replies: 7
Views: 11545

Re: Getting Error Message related to disk I/O error

Which folder did you move? Duplicate Cleaner will still try and write the database to the same place (C:\Users\[YOUR USER]\AppData\Roaming\DigitalVolcano\DuplicateCleaner on Windows 7)
by DigitalVolcano
Tue Mar 10, 2015 10:34 am
Forum: Regular Expressions Help
Topic: Delete entire rows
Replies: 7
Views: 24673

Re: Delete entire rows

(\n|$) maybe? That will match end of line or end of file.
by DigitalVolcano
Tue Mar 10, 2015 10:32 am
Forum: Duplicate Cleaner support
Topic: Getting Error Message related to disk I/O error
Replies: 7
Views: 11545

Re: Getting Error Message related to disk I/O error

Sounds like it's having trouble writing to the database. Do you have enough disk space left, or is there a space quota on your user area that is being reached?
by DigitalVolcano
Wed Mar 04, 2015 7:37 pm
Forum: Duplicate Cleaner support
Topic: Getting results into a text file
Replies: 3
Views: 8625

Re: Getting results into a text file

You can export a CSV file which you can load straight into Excel

File->Export duplicate files list to CSV...
by DigitalVolcano
Tue Mar 03, 2015 12:32 pm
Forum: Regular Expressions Help
Topic: Delete entire rows
Replies: 7
Views: 24673

Re: Delete entire rows

Does your file not have CR/LF line endings? That could cause no matches with that expression. You can swap the \r\n for $ to indicate any line ending - then it will work on all files.
Also make sure that 'Multi line anchors' is checked.
by DigitalVolcano
Mon Mar 02, 2015 11:09 am
Forum: Duplicate Cleaner support
Topic: How to select out songs with prefixes
Replies: 1
Views: 5044

Re: How to select out songs with prefixes

You could use the 'select by text pattern' function on the file column http://www.duplicatecleaner.com/manual/select_by_text_pattern_window.htm?ms=AA==&mw=MjQw&st=MA==&sct=OTI= You could select using 0000 - this will mark all the files starting with 0000. Alternately if they start with o...