Search found 4 matches

by aayjay
Sun Jul 15, 2007 11:52 am
Forum: Advanced Find and Replace
Topic: Regular Expressions Timestamp and Replace
Replies: 5
Views: 16690

Re: Regular Expressions Timestamp and Replace

Hey Roman, Thanks for the speed up tips. I managed to get the first file done in 6 hours, then the next 2 files took appx 1 hour 30 each, even though they were the same size :) Using the batch replace and regular expressions i was able to rearrange over 100,000 timestamps ... something im very glad ...
by aayjay
Fri Jul 13, 2007 3:49 pm
Forum: Advanced Find and Replace
Topic: Regular Expressions Timestamp and Replace
Replies: 5
Views: 16690

Thanks for the reply! :)

It's still churning away, ill maybe take my work laptop home and keep it running. The tool is fantastic, im just trying to bulk edit a lot of text.

Cheers,
AJ
by aayjay
Fri Jul 13, 2007 2:43 pm
Forum: Advanced Find and Replace
Topic: Regular Expressions Timestamp and Replace
Replies: 5
Views: 16690

Search for: (.*)\:(.*)\:(.*)\s(.*)\.(\d{3}) Replace with: $1:$2:$3.$5 $4 This seems to work after some more hunting. However the application is hanging on me. I am on good hardware and the file im working with is 50mb txt and the application must change each line of text. Perhaps working with small...
by aayjay
Fri Jul 13, 2007 1:54 pm
Forum: Advanced Find and Replace
Topic: Regular Expressions Timestamp and Replace
Replies: 5
Views: 16690

Regular Expressions Timestamp and Replace

Hi, I am currently testing your software for an internet business project. I need to basically use regular expressions to search for a specific format of text and replace this with another format. The format is this: 7/9/2007 6:00:01 PM.121 The problem is the milliseconds are being appended after th...