Problems replacing defined block of text with WORDPipe

Discuss WordPipe, ExcelPipe and PowerPointPipe. Get help with installation and running, notify us of bugs, request new features and enhancements.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
Adrianodl
Posts: 1
Joined: Tue Apr 03, 2007 8:09 pm

Problems replacing defined block of text with WORDPipe

Post by Adrianodl »

Hi there,
i am trying to replace a defined block of character (e.g starts with My name and finished with tomorrow.
The text is into the body of the message, therefore i cannot use the perl regex to substitute the code.
it would also help if i could delete everything from My name on.

Please let me know may you have more questions.
Regards,
Adriano.
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Post by DataMystic Support »

Hi Adriano,

You can still use the 'Use wildcards' search type in the body, so try:

Code: Select all

My name*tomorrow
Try also

Code: Select all

My name*
to delete to the end of file, although I think you will need to give it a more definite anchor at the end of the file.
Post Reply