[flexcoders] Re: Replacing Caret character in text

2007-10-30 Thread Amy
--- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > You don't need to build an editor. The RTE builds a string that is sure > to be consumable by the htmlText property. You encode the output of > that component before you save it. I don't think you're understanding t

[flexcoders] Re: Replacing Caret character in text

2007-10-30 Thread Amy
--- In flexcoders@yahoogroups.com, Matthew Ness <[EMAIL PROTECTED]> wrote: > > Amy, try: > > const caret:RegExp = /\^/g; > theText = theText.replace(caret, "your replacement"); > I think I tried that, and it wouldn't compile with the forward slash before the g. However, I just spl

RE: [flexcoders] Re: Replacing Caret character in text

2007-10-30 Thread Tracy Spratt
f Amy Sent: Tuesday, October 30, 2007 4:20 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Replacing Caret character in text --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> , "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > Have you co

[flexcoders] Re: Replacing Caret character in text

2007-10-30 Thread Amy
--- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > Have you considered using the RichTextEditor? > > Tracy How would that help? > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Amy > Sent: Tuesday, October 30, 2007 2:22 PM > To: flexcod