Demo -- Html/text/link Conversion
Previous Topic  Next Topic 

Html to text conversion

Example:

Replace html to text.

Replace settings:

1) Search for pattern=.*

2) Replace with pattern=html_to_text($match)


Html to link conversion

Example:

Replace html to link.

Replace settings:

1) Search for pattern=.*

2) Replace with pattern=html_to_link($match)


Text to html conversion

Example:

Replace text to html.

Replace settings:

1) Replace Unit=line

2) Search for pattern=.*

3) Replace with pattern=<p>$match<p>\n

4) Advanced Page-> Begin Text: <html><body>

5) Advanced Page-> Begin Text: </html></body>

Notes:

For batch replace files, please refer to Replace Pioneer help manual.