Search found 5 matches

by sg94k6r2
Thu May 24, 2007 7:23 pm
Forum: General
Topic: Help with RegEx and csv file
Replies: 3
Views: 416

Thank you very much! that did the trick! now I have to figure out how it really works ; )
by sg94k6r2
Thu May 17, 2007 6:03 pm
Forum: General
Topic: Help with RegEx and csv file
Replies: 3
Views: 416

Help with RegEx and csv file

My CSV file contains lines like these.. "A","234234","7UM*","2345","00070","12343","120 DEL J.NORRIS" "B","23423","8UM*","2345","00070","12343","120 DEL J.IMTIH"...
by sg94k6r2
Fri May 12, 2006 5:46 pm
Forum: General
Topic: How to run macro on multiple files
Replies: 2
Views: 509

How to run macro on multiple files

I have a macro that I need to run on 100 files - can anyone guide me how to do that in one shot rather than running it on each file?

Thank you very much!
by sg94k6r2
Fri Feb 20, 2004 2:03 pm
Forum: General
Topic: Textpad Regular Expression Help
Replies: 3
Views: 272

Thank you Thank you Thank you!

Dear s_reynisson Oh this worked like a charm! Thank you very much!! I wish I could return the favor some day. Regards, Jaimin [quote="s_reynisson"]This works for me: find [[:upper:]]+[0-9]*"$ replace \L& I have used POSIX regular expression syntax, which can be selected from the E...
by sg94k6r2
Thu Feb 19, 2004 9:38 pm
Forum: General
Topic: Textpad Regular Expression Help
Replies: 3
Views: 272

Textpad Regular Expression Help

I Posted this in HOW_TO Section but realized that questions are not supposted to be posted there (Or so I read) I regularly receive a file that has lines like.. "0001234","CD44567","12*","","00987","0000003456","JOESMITH00" It is ...