Re: Frontbase CLOB newline problem
Re: Frontbase CLOB newline problem
- Subject: Re: Frontbase CLOB newline problem
- From: Mike Schrag <email@hidden>
- Date: Wed, 12 Nov 2008 18:14:04 -0500
String comments = aListing.additionalComments().replaceAll("\r\n",
"\n").replaceAll("\r", "\n").replaceAll("\n", "\\\\n");
That should work, albeit in not the most efficient manner.
I think we should all know by now that Q is basically always right on
matters of insane complexity :)
ms
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden