Remove space between words

Hello All,
I loaded text into Oracle table and stored as clob. However, there are many space between the words. Would you please show me how to remove the space between the words like da ta and dome stic?
table T1 contains filetext. One of row in the table looks like this:
filetext = '<P>The dollar value of the entire shipment. This was defined as the net selling
value, f.o.b. plant, exclusive of freight charges and excise taxes. The value da
ta are displayed in millions of dollars.</P>
<P>The total value of shipments, as measured by the CFS, and the U.S. gross dome
stic product (GDP) while similar in size provide different measures of economic
activity in the United States and are not directly comparable'
I am very appreciated all the help from you
Jenny

Or you can do this as suggested by cd ->
satyaki>select * from v$version;
BANNER
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
PL/SQL Release 10.2.0.3.0 - Production
CORE    10.2.0.3.0      Production
TNS for 32-bit Windows: Version 10.2.0.3.0 - Production
NLSRTL Version 10.2.0.3.0 - Production
Elapsed: 00:00:01.34
satyaki>
satyaki>SELECT replace(CONVERT('Ä Ê Í Ó Ø A B C D E ', 'US7ASCII', 'WE8ISO8859P1'),'?','') filtered_res,
  2            CONVERT('Ä Ê Í Ó Ø A B C D E ', 'US7ASCII', 'WE8ISO8859P1') non_filtered_res
  3     FROM DUAL;
FILTERED_RES        NON_FILTERED_RES
A E I O  A B C D E  A E I O ? A B C D E
Elapsed: 00:00:00.03
satyaki>
satyaki>Regards.
Satyaki De.

Similar Messages

  • Mail subject line and safari Goggle Search window removing spaces between words

    After upgrading to Lion I can no longer type out a subject line in Mac Mail witout the spaces automaicaly being removed. All words run together. Same situation in Safari's Google Search window. No issues in FireFox. Driving me nuts. Any others with this issue?

    Found the answer to this issue. I'm amazed this received no responce from the community. Must mean I was the only one with such issue. Amazinly, the exact same thing was happening on three differnt Macs that I loaded Lion to. The answer was given to me by a very helpful and SMART tech person at Apple Care. Two other Apple Care techs were going to have me reinstall the entire OS after wiping my computers clean. I finally found someone that knew what they were doing. He simply took me to Apple>Preferences>Language & Text. Then I selected the Text Tab and then went to the bottom of the window and Reset Default Settings. Bingo, all was fixed. Each machine I did the same thing on and all are working fine now. Hope by me typing this up will help others if needed since not one person responded to this inquirey.

  • Removing Space Between Web Parts causes Horizontal Bar in Modals

    Hello all,
    I used the following to remove space between Web Parts, but am now getting a horizontal bar in my modals. Please assist:
    http://www.ashokraja.me/tips/How-To-Remove-Extra-Space-Around-the-Web-Part-In-SharePoint-2013
    Thanks!
    Kelly
    Personal Blog: http://thebitsthatbyte.com

    I removed it using the following CSS, which aligns our spacing:
    Control spacing between Web Parts*/
    .ms-webpart-cell-vertical
    margin-top:
    0px;
    margin-bottom:
    0px;
    Personal Blog: http://thebitsthatbyte.com

  • Find space between word with different endings and digit

    Hi,
    I'm trying to figure out how to find spaces between word and digit.
    I am limited to use only word 'WORD' (either capital or small caps) with different endings like -ing -s -y and more (using \S+).
    I wrote something like (?i)(?<=WORD\S+)\s(?=\d+) but this does not seem to work due to some limitation of lookahead I belive?
    Any suggestions?
    Peter

    Peter Stnsz wrote:
    … find what: (\<WORD\S+)(\s)(?=\d)
    change to: $1~s
    Hmmh?
    Your Grep do not find your first example: WORD 0,2 (WORD without any ending)
    And you don't need the second ()
    And please do not use \S
    Use this instead:
    (\<WORD\l*)\s(?=\d)
    (l is the little L)
    Have fun

  • Sapscript - Repited spaces between words

    Hi friends.
    I'm working on a ZMEDRUCK sapscript and when printing a line item, the item text (field EKPO-TXZ01) is being printed with spaces between words.
    E.g.:
    Original value in EKPO-TXZ01: material test.
    Printed: material      ...(two or more spaces)...       test.
    This also happened with other text variable, but stopped happen when I formated with <K> text </>.
    But in this case, its not working. I'm using standard IT Paragraph format.
    What to do to take out the repited spaces ?
    Edited by: Glauco Kubrusly on Mar 24, 2011 5:02 PM
    Edited by: Glauco Kubrusly on Mar 25, 2011 4:27 PM

    Hi Atul.
    I have already tested (C) statement in this variable and performs too.
    There are more texts with same problem. Literal words have same problem too in address in the header.
    I've already tryied copting standards paragraphs too, but without sucess.
    A friend concultant said to me to make a test with a new paragraph with LEFT alignment only and LEFT alignment to all tabulators. I'll try that once and give feedback here.
    Any other idea ?
    thanks.
    Glauco
    Edited by: Glauco Kubrusly on Mar 27, 2011 10:16 PM

  • Office 2010 spaces between words not consistent

    Hello all,
    I recently switched from Office 2003 to Office 2010. Since the switch I notice that the spaces between words are not consistent in length.
    I selected the spaces individually and even in the selection you see differences in the size of the spaces.
    This example is from a PPT using Ariel, 18 font size.
    Things I've tried so far:
    I've tried disabling kerning, but that makes the font look really bad. I also tried adjusting the character spacing and while this does solve the issue on an individual basis, I don't have the time to go over every space in a document or presentation to fix
    this issue. 
    The text is aligned left and I've verified that there is only one space between the words.
    I tried the same document on 2 different pc's. One of Windows 7, the other on Windows 8.1. Both have this issue with Office 2010. 2 Different computers using Office 2013 do not have this spacing issue.
    Does anyone know if this is a known issue with Office 2010? Is there a fix?
    Thanks in advance,
    Zjef

    Hi Zjef,
    Generally, in Word, spaces should be consistent for all texts, unless you have your paragraph set to "Justify" which means to stretch out the text to fill the entire space within the margin.
    So please first check if you have this option selected for your text.
    Also, have you ever tried to print it out and check if it's the same as on the screen? Sometime word will adjust the space to improve document readability, which vary by screen sizes, video cards, etc.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • How can i write with double spaces between words ?

    hello everyone,
    i need to write in pages with double spaces between words not between lines ..
    how can i do it and make it default ?
    for now, just write and click space bar twice ..!!!

    Do you really need to do this? It is so ugly and illegible.
    You can use a monospace font or use the auto-complete in Menu > Pages > Preferences to auto-substitute 2 spaces for each one.
    Peter

  • Removing spaces between characters using a loop

    How can I remove spaces between characters using a loop? I made a program that tests the validity of a social insurance number. However, I'd like to be able to remove the spaces in the input if the users sepeates their SIN using spaces. example (123 456 789 becomes 123456789)
    Thank you
    Edited by: umhodzic on Feb 10, 2008 2:43 PM

    umhodzic wrote:
    Thank you for your response. However, the procudre must be done using a loop.It doesn't have to be done using a loop, as already shown. However if you have some ignorant person telling you you have to have a loop, then here's a solution that uses a loop:String s = "123 456 789";
    while (s.contains(" ")) {
      s = s.replaceAll(" ", "");
    }

  • Why is illustrator CS6 omitting the spaces between words?

    Out of the blue, my type tool has been acting funny in Illustrator CS6. Generally my text boxes or bounding boxes are outlined in blue. However, now they are black. I'm not sure what instigated the change. Now I am typing in illustrator and it won't show any spaces between words. Everythinglookslikethis. In the character pannel, the kerning is set to auto and tracking is set to 0. Does anyone know what is going on? What are these black text boxes of death?

    chatterville wrote:
    Out of the blue, my type tool has been acting funny in Illustrator CS6. Generally my text boxes or bounding boxes are outlined in blue. However, now they are black. I'm not sure what instigated the change.
    Creating a new layer changes its selection color. Look in the Layer's panel and double click the layer to change its color.
    .. Now I am typing in illustrator and it won't show any spaces between words. Everythinglookslikethis. In the character pannel, the kerning is set to auto and tracking is set to 0. Does anyone know what is going on? What are these black text boxes of death?
    Not sure but, try changing the font.
    You can also try the word spacing options in Justification from the flyout menu of the Paragraph panel

  • When I copy/paste a paragraph from a PDF doc, it pastes with no spaces between words. How can I fix this? I've searched everywhere for the solution but didn't find anyone had this issue.

    When I copy/paste a paragraph from a PDF doc (onto Facebook status bar, for example) it pastes with no spaces between words.  I.e: "The manhadajugofcoolwaterand offeredmeadrink." How can I fix this? I've searched everywhere for the solution but didn't find anyone had this issue. I'm new to Apple so any help will be much appreciated. Thanks!

    I can't speak about this occurring with FaceBook since I don't use FaceBook, but I see the same type of thing when I copy and pasted from websites. It doesn't always happen and I cannot find any particular set of circumstances under which it occurs or does not occur.
    I am merely responding to let you know that it happens to me as well and I have seen no way to correct it. I'm not so sure that there is a way to correct in in that it may have something to do with how the original text is formatted in the PDF or on the website and how it eventually "fits" into the text field or the area in which it is pasted.

  • GW dropping spaces between words in long Subject Lines

    It this a known issue with GWIA perhaps?
    On our system (703HP3) at least I can produce the issue by typing a very
    long subject line in the email. I sent a single message to my internal GW
    account and to my internet alias. When I received the email to my internal
    GW account the space was not removed but it was removed in the email sent to
    my internet alias. In the message source the subject is correct. What seems
    to be happening is that any word or text after the 60 character spot removes
    that space between the word or text.
    Has anyone seen this in their environment?
    Thanks!
    Lee

    Thanks Jeff. We are actually experiencing it on the HP4 GWIA as well. If
    it is a simple fix that can be added that would be great! If not I
    understand and I will get the word out to our customers about it being a
    known issue with GroupWise. Please let me know...
    Thanks,
    Lee
    >>> On 10/1/2009 at 11:06 PM, in message
    <[email protected]>,
    jgrubbs<[email protected]> wrote:
    > That is a known issue that was fixed in GroupWise 8. Apparently the
    > fixdid not get pushed back to 7 if you are experiencing it with the
    > sp3GWIA. If it is really important to you, I can request that it be
    > addedto the sp4 codebase.-- Jeff Grubbs
    > Novell Technical Support Engineer II
    >
    [email protected]-----------
    --------------jgrubbs's Profile:
    > http://forums.novell.com/member.php?userid=41638View this thread:
    > http://forums.novell.com/showthread.php?t=387593

  • How to remove space between pages in Oracle Reports 6i?

    Hi,
    I have customized one oracle report (rdf). Earlier, the standard report was showing the ouput in pages i.e. there exists space beteen the pages. But I want my custom report in such a way that it should show me the result in one page i.e. there should be no space between the pages as user wants to spool the output into excel sheet (xls format) after getting the result output obtained from my custom report. Presently, when i spool the data into excel sheet, there is still the space exists between the pages like...few records will come then white space...then records.
    How can I remove this space, so that user can easily spool the data into excel without existence of white space.
    Any sort of help on this will be highly appreciated.
    Thanks & Regards,
    Sumir Chawla
    Edited by: Chawla on Jan 4, 2009 10:20 PM

    Hi,
    My report is running on Unix. When I checked the output file in unix where it is getting generated, i saw ^L characters wherever the space appears when i see the output in apps (notepad) , like after every page where I am able to see the space in my output, there ^L is appearing in output file in unix, so how can I avoid this.
    I tried to adjust the frames and repeatinf frames also, even i tried changing the properties also of main region (body), but nothing is working for me and still the same issue occurs. I am not aware of this. Please suggest me.
    Thanks a lot!
    Regards,
    Sumir

  • XML in Flash Taking out the "space" between words

    I have a xml document that flash reads to pull random words
    from it. I replace the letters of the words with a character, right
    now its a minus sign (-). What I am haveing problem with is I don't
    want the spaces between the words to be replaced. I want them to be
    ignored but still have the space between the words. Example: "big
    dog" would be (--- ---). Is there a way to have flash recognize
    this "space" and not replace it with anything?
    Thanks,
    Luke

    I think the XML aspect is irrelevant here... all you want to
    do is disguise regular text right? There's probably a more
    efficient way to do this, but here's a start anyhow.

  • Missing spaces between words after importing Word document into RoboHelp HTML version 8

    I created a 400+ page document in Word 2007 and imported it into RoboHelp 8 (HTML, not RoboHelp for Word). In many places, the space between a bold word and a non-bold word is no longer there. I would like to avoid having to go through the entire RH document to replace the spaces manually. Did I import incorrectly?

    Looks perfect, works terribly...
    Things to consider:
    Chances are, the different treatments of the space are due to whether the space was included in the bolding of the word in MS Word.
    Additionally, since Word files contain much underlying binary code (macros and such), your security settings might or might not be playing well with the Word stuff.
    Are you importing the Word file from a network location, or from your local machine? Network traffic might be partially impacting the import, too.
    Bottom line? You'll probably need to clear all formatting in the Word file and redo the formatting properly. To test this, cut a couple of pages into a new Word file, clear and redo the formatting in Word, import the Word file into another RH project, and see what results you get.
    To clear the formatting:
    Select text.
    On the Home tab, in the Font group, click Clear Formatting.
    Redo the formatting, being careful to not format the spaces.
    Good luck,
    Leon

  • How to remove space between the lines

    Hi,
    In my repoprt output I am getting space between the lines. I have changed
    the repeating frame and field -> vertical elasticity and horizontal elasticity to fallowing combinations.
    fixed, fixed.
    variable, fixed,
    expand, variable,
    variable, expand
    Then also I am getting space between the lines of my output.
    Could you help me in this?
    Thanks

    Change the Vertical Elasticity of fields and frames to Variable. If for some fields or frames you don't want to change the vertical elasticity, then remove extra space by adjusting the height of fields/frames.
    Also check repeating frames property 'Vert. Space Between Frames'. Default is 0.
    Hope this helps.

Maybe you are looking for