Search found 3 matches

by pcbbsuk
Tue Feb 19, 2008 5:12 pm
Forum: General
Topic: Replace / Remove Chars between tabs
Replies: 6
Views: 735

this works great

Hi

Thank you very much for your help, this works well..

Is there any good tutorials for the Textpad POSIX regular expression or any general book on POSIX regular would work?

thank you

pcbbs
by pcbbsuk
Tue Feb 19, 2008 2:50 pm
Forum: General
Topic: Replace / Remove Chars between tabs
Replies: 6
Views: 735

Hi Please see code attached:


Invoice Date Product ID XMLSource Message
60234 2007\01\25 7876 X125 [c:\xml\file.xml] "Invoice for customer.xyza.value.3433.tyr"

XMLSource Message
[c:\xml\file.xml] "Invoice for reference.xyza.value.3433.tyr"


All the fields are tab seperated and i would like ...
by pcbbsuk
Tue Feb 19, 2008 10:06 am
Forum: General
Topic: Replace / Remove Chars between tabs
Replies: 6
Views: 735

Replace / Remove Chars between tabs

Hi

I am trying to figure out a regular expersion to replace between tabs and remove the characters between other tabs i.e.

Invoice Date Product ID XMLSource Message
60234 2007/01/25 7876 X125 [c:\xml\file.xml] "Invoice for customer.xyza.value.3433.tyr"

like

XMLSource Message
[c:\xml\file.xml ...