I have something like this to change spaces to non-breaking spaces. mystring.replace(/ /, " ");
But, when I compress it, the space in my regular expression gets compressed and I wind up with this:
mystring.replace(//, " ");
Looks like it's removing the spaces around the / character (x2f), and maybe it shouldn't be.
What do you think?
Jesse
------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge _______________________________________________ Dynapi-Help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dynapi-help