HTMLtoText ( text ; returns )
Rate this function: Average rating: 3.1 (25 votes) Discuss this Custom Function
Mogens Brun, FM Integrator
http://filemakerintegrator.dk
Convert HTML text to text preserving bold and italic styles (v. 1.04).
Sample Input:
HTMLtoText ( "</h2>
<h2>Product Description:</h2>
Over 50 Conversions Very Quick<br /> Copy With click of 1 button<h2>What's new in this version:</h2>" ; "single" ) |
|
Sample Output:
<h2>Product Description:</h2>Over 50 Conversions Very Quick
Copy With click of 1 button<h2>What's new in this version:</h2> |
|
|