Print Page | Close Window

Word Paste Option

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Rich Text Editor (RTE)
Forum Description: Support forum for the Web Wiz Rich Text Editor (RTE).
URL: https://forums.webwiz.net/forum_posts.asp?TID=18308
Printed Date: 29 March 2026 at 12:33pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Word Paste Option
Posted By: Khaeos
Subject: Word Paste Option
Date Posted: 08 February 2006 at 12:53am
Hi,
 
I want to make changes to word paste function of the rte.
 
As i understand it changes <p> tag to <div> tag with cleaning the style and class property and keeping the margins, but instead of this i want to replace all the tag beginin with <p ........... > with <br>.
 
I tried to use this;
 
.replace(/<\/?p[^>]*>/gi, '<br>')
 
but this replaced all the tags includes p, not the ones begining with <p
 
I think this is a regular expression and i don't know much about it, how can i replace <p anything here> with <br>?
 
Thanks...



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net