Html Text/Link Generator, Converter

Text_file_splitter  Search_replace_binary 
Support various data input source
* Can search and replace all plain text file like txt/html/xml/cpp/asp/...
* Can search and replace "text string" or "binary data" from binary files
* Can extract and replace text or html content from web page
* Can get source text from DOS command output
* Can batch search and replace doc and pdf file

Html to text conversion

Example:

Replace html to text.

Html text generator

Replace settings:

1) Search for pattern=.*

2) Replace with pattern=html_to_text($match)


Html to link conversion

Example:

Open webpage and extract links directly

Procedures:

1) Open menu: File->Load->WWW Page

2) Enter url, and set type to "links"

Html text generator

3) Click "OK", all links will be extracted from url

Html text generator

Example:

Open html file and extract links

Html text generator

Procedures:

1) ctrl-o open source html file

2) ctrl-h open replace window

3) set "Replace with pattern" to html_to_link($match)

4) click "Replace", done!


Text to html conversion

Example:

Replace text to html.

Html text generator

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-> End Text: </html></body>

Notes:

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


[an error occurred while processing this directive]