Search found 1705 matches

by DigitalVolcano
Fri Nov 01, 2013 10:24 am
Forum: Regular Expressions Help
Topic: Adding Text the the End of a Line
Replies: 1
Views: 10550

Re: Adding Text the the End of a Line

Try this -

Code: Select all

RegEx:
(-ExecutionPolicy ByPass.*)\r\n

Replace:
$1 defer="Y"\r\n
Try a file in the tester first! This will change every 'ExecutionPolicy ByPass' line, and assumes that your files use CRLF line endings.
by DigitalVolcano
Fri Nov 01, 2013 10:23 am
Forum: TextCrawler - General
Topic: Adding Text to the End of a Line - Not Simple :)
Replies: 4
Views: 14624

Re: Adding Text to the End of a Line - Not Simple :)

Try this -

Code: Select all

RegEx:
(-ExecutionPolicy ByPass.*)\r\n

Replace:
$1 defer="Y"\r\n
Try a file in the tester first! This will change every 'ExecutionPolicy ByPass' line, and assumes that your files use CRLF line endings.
by DigitalVolcano
Fri Nov 01, 2013 10:04 am
Forum: TextCrawler - General
Topic: How to replace only part of a regular expression??
Replies: 2
Views: 10413

Re: How to replace only part of a regular expression??

Try this: RegEx: \. ([a-z]) Replace: , $1 The brackets create a 'capturing group', the contents of which can be deployed in the replacement using the $1 expression (ie 1st capturing group). Ensure that the 'Case Sensitive' option is on too, so it doesn't capture legitimate full stops. Hope this helps!
by DigitalVolcano
Tue Oct 29, 2013 10:28 am
Forum: Duplicate Cleaner support
Topic: Directory tree not expanding
Replies: 18
Views: 32383

Re: Directory tree not expanding

No progress yet as I haven't managed to replicate the problem. DC Free (all the way back to v2.0) has the same way of finding the folder tree, so I'm not sure why it worked then. I'm not sure if you've tried this yet, but does running DC as administrator make a difference? (Right-click on shortcut, ...
by DigitalVolcano
Sun Oct 27, 2013 8:08 pm
Forum: Duplicate Cleaner support
Topic: Question/ request
Replies: 3
Views: 7173

Re: Question/ request

BTW, you can get a 10% discount with the voucher code FOUNDIT ;)
by DigitalVolcano
Sun Oct 27, 2013 1:48 pm
Forum: TextCrawler - General
Topic: Extracting text between tags
Replies: 2
Views: 10784

Re: Extracting text between tags

The current version doesn't support writing just the found text to a new file. (Hopefully next version?) However you could possibly do this by making a backup copy of your files, then running a search for .*<tagname> and replacing with nothing, and then repeating this for </tagname>.* and replacing ...
by DigitalVolcano
Fri Oct 25, 2013 12:35 pm
Forum: Duplicate Cleaner support
Topic: Question/ request
Replies: 3
Views: 7173

Re: Question/ request

Hi,
We are in the early stages of planning a 'Unique Files' tab for Duplicate Cleaner 4.0. I think this will achieve what you want.
by DigitalVolcano
Fri Oct 25, 2013 12:31 pm
Forum: DV06 - Generative Music Software
Topic: Introduction
Replies: 16
Views: 126660

Re: Introduction

Demo track streaming on SoundCloud here:
https://soundcloud.com/gonchong/dv06-output
by DigitalVolcano
Fri Oct 25, 2013 11:13 am
Forum: Duplicate Cleaner support
Topic: Not declaring these files as the same
Replies: 11
Views: 20077

Re: Not declaring these files as the same

Version 3.2.2 is now available, with the hard linking restrictions removed:
viewtopic.php?f=13&t=1273
by DigitalVolcano
Fri Oct 25, 2013 11:11 am
Forum: Releases & Update News
Topic: Duplicate Cleaner Pro 3.2.2 Released
Replies: 0
Views: 19948

Duplicate Cleaner Pro 3.2.2 Released

Pro Version 3.2.2 is available now for download! http://www.duplicatecleaner.com/download.html Updates: Network view in path browser (Pro) Displaying the results of the last scan on startup now optional Hard linking now available for non-exact duplicate files (e.g. Images, music). Use with care! Aud...