delete the text in the text block

My question is what that someone now the best average or at least to remove the text in a text block?

say if you want to remove anything () in a block of text or a * symbols.

52 //you (one of the two sides) have this in a text frame

52 / / and you want to change this by removing (.)

or

40 * //you have this in a text frame

40 / / and you want to change this by removing the *.

any help would be great.

This should be

myText2 = myText2.replace(/\((.+)\)/, '');

Tags: Illustrator

Similar Questions

  • Continuous text blurry when the image is placed in the graphic block

    I've been using InDesign for over a year and love the software. One thing continues to drive me crazy and I don't know whats going on.

    Essentially when I add a picture in a page layout, often (but not always) the text continuous blur similar to anti-aliasing is disabled (it is not). He has just done again this morning. I laid out a drop business card, text or crispy. I add a graphic block and everythings still OK. I have put my PSD file in the chassis and bang hazy continuous text. If I select and delete the graphic block text sharpens once again to the top.

    I had a lot of situations where he does the same thing, but also sometimes when it is not. I don't see any clear link between what I (or I'm not) do and why this happens. Also, I considered that it was just a display issue and it would be nice when sent to the PDF format, but the quality of the text in a PDF document is noticeable, less with the chart than without it even to the 'press' of quality.

    Any help and suggestions appreciated.

    Jon

    Check the pages Panel and see if there is a check next to the page. This indicates the transparency in the PSD.

    Is your psd have a transparent background?

    Try to open the psd and save in tiff format.

    Select your image in photoshop and create a path. Change the path for a clipping path.

    Save it as a tiff file.

    Place the tiff.

    Go to object > Clipping Path Options

    Choose the path that you created in photoshop.

    The text is still unclear? Just need to check that it is actually the PSD which is the cause, and what makes a flat tiff with a clipping path will clear up if it is.

    You just need the transparent background if you put the picture on one color other than white, usually. So if the image does not need transparency or transparency background leave it flattened with a white background, while maintaining a clipping path if you need it.

    PSD files are usually very good to place and use in InDesign.

    Well hope that helps something here.

  • Cannot delete the empty space of the Interior of the line of text

    I use Indesign CS3 on PC, Windows 7. I have a manuscript with 100s of hours invested. In the middle of about 5% of the pages, I have spaces unremovable (1 or 2) the text. The location is about the location in the center of the page the extremely tiny blue square. When I move the slider tool above the paragraph text, it shows dark black with the exception of unremovable space that shows white. Desperately need help!

    I wonder if there is something that we cannot see it on the Master Page that dress him the text. As an experiment, try selecting the text frame on the Master Page (or any Page of the issue) and go to the object menu > Options of text block, in the lower left corner of the dialog box, check "Ignore the text of not dress" and press OK.

    If nothing changes, then my theory is wrong. If this solves the problem, you will need to get the rectangle at the origin of this problem of Wrap on the Master Page and delete it.

    Sorry, I have not seen above Will suggestion. I would try the above anyway, just in case there is a rectangle hidden behind the Master Page text frame.

  • Script to remove all the images, text blocks, and the page numbers on a layer

    I have a 364 pages with 322 illustrations, photographs mainly, for offset printing.

    The photographs will be be overprinted with the varnish on a plate in the fifth, and I set it up as follows:

    On a new layer, (double layer 1) all photos are removed, but not their mounts.

    The frames are then filled with 100% black.

    All text blocks and page numbers must also be deleted.

    I realize I could have done this job easier if I put all the images on their own layer first, but unfortunately I do not have.

    And I don't do myself, script, so I was wondering if anyone has a script that will do...

    With the help of CC 2015.1 on Windows 7.

    Today, I don't have time to finish, which gave time to until now is the following:

      var myDocuments = app.documents.everyItem();
        var myLayers = myDocuments.layers.everyItem();
        var myStories = app.activeDocument.stories.everyItem().getElements();
        var myDoc = app.activeDocument;
        var myLayer = "palette"; //Add your layer name here
        var NewLayer = myDoc.layers.item(myLayer).duplicate();
        myDocuments.pageItems.everyItem().locked = false;
        myLayers.locked = false;
        myDoc.layers.item(myLayer).visible = false;
        NewLayer.name = "SampleNew";    //Add your new layer name here
    
                    re();
                    function re(){
                        var link, image;
                        var openDocs = app.documents;
                        var openDocsLen = openDocs.length;
                        for (var d = 0; d < openDocsLen; d ++){
                        currDoc = openDocs[d],
                        links = currDoc.links,
                        counter = 0;
                        myLayer.locked = true;
                        myDocuments.layers.item(myLayer).locked = true;
                            for (var i = links.length-1; i >= 0; i--) {
                                if (links[i].hasOwnProperty('relink')) {
                                    try {
                                        link = links[i];
                                        image = link.parent;
                                        image.remove();
                                        counter++;
                                    }
                                    catch (err) {
                                        $.writeln(i + " - " + err);
                                    }
                                }
                            }
                        }
                      }
    
            var myStories = app.activeDocument.stories.everyItem().getElements();
            for (i = myStories.length - 1; i >= 0; i--){
                var myTextFrames = myStories[i].textContainers;
                for (j = myTextFrames.length - 1; j >= 0; j--){
                myTextFrames[j].remove();
                }
            }
    

    If nobody finished the second finalized.

    Hug!

  • Eratic behavior: book, the main text blocks and Cross References

    I'm on InDesign 2014.2. Mac.

    I'm working on a fairly large book. About 14 chapters / sections, about 400 total pages. There are also hundreds of cross references, almost all of them to anchor references.

    The design of the book is as simple as possible. There is no graphics, text blocks only.

    I use a single master page, with facing pages, and a block of text type. I used it throughout the production of the book, and the primary text flow worked well, chapter after chapter. Pages have been created automatically, and automatically flowed text.

    Maybe I need to change the page size of the book, and I also have a lot of editing to do which will reduce a lot of the chapters. I wanted to make sure all pages use the main text flow to do that, go as gently as possible.

    To my dismay, I discovered that although I used systematically throughout the book master text streams, all but three of my chapters have inexplicably lost their text stream. All images in these chapters have converted into ordinary images. That I edit the book, it's playing havoc with paging and referrals.

    I tried to restore the flow of text in one of the first chapters. It's easy to do, in theory.

    • Move the first page off to the side frame
    • Delete all pages except the first page
    • Command-shift-click on the first page to restore the flow of the main text
    • Copy and paste the contents of the old frame into the primary stream restored.


    When I do, the pages to move properly, and I'm back to having a chapter with a block of primary text on each page. Unfortunately, this breaks all cross-references that refer to this newly reorganized chapter and all references to the front in this chapter.


    I tried to do all that I could imagine. Only remove the frames and not pages. Try without the busy book. Nothing works. I tried the command update cross-references in the book menu. Has nothing.


    It seems impossible to redistribute the text in a new primary master framework, without completely breaking the cross references.

    I finally found something that seems to work:

    • Create a new master page at the end of the document.
    • Go to the last page of the history of the chapter and the last history image a link to the text block type on the page that you just created.
    • In the pages palette, delete all pages in the document, with the exception of the master page that you created.

    All text will be redistributed within the frameworks of masters, and cross-references (to and from the frame) seem to be intact.

  • Resize the text without scale text block

    Hi people,

    Is it possible to resize a text frame without scaling the text in the 2014 AI CC SDK?

    I'm working on an AI CC 2014 plug-in and need to resize a text frame without scaling of the text. However, I'm not having a bit of luck to find how to do this. Is what I want to resize the text block in the Type area Options Panel makes, but I'm not able to understand how what classes/methods it uses, or whether they are still exposed in the SDK of.

    I tried to use sAITransformArt->TransformArt(), but I can't find a way to stop the text to scale with the text block. I considered, after processing, reformat the text which has been nationally, but that doesn't seem right.

    My current thinking is to move the text of the framework which should be scaling in a new block of text size correctly, and then delete the existing framework, but before that, I thought I would ask here see if do I it's harder it must be because I'm missing something.

    Thanks in advance for any help!

    See you soon!

    -Jim Birkenseer

    You must use sAITransform-> (TransformArt) on the subject of track of the image of the text, not the entire text block.

    For example:

    AITextFrameType textFrameType;
    sAITextFrame->GetType( art, &textFrameType );
    if ( ( textFrameType == kInPathTextType ) || ( textFrameType == kOnPathTextType ) ) {
        sAITextFrame->GetPathObject( art, &art );
        AIRealMatrix sMatrix;
         // Set your matrix as needed here...
        sAITransformArt->TransformArt( art, &sMatrix, 1.0f, kTransformObjects );
    }
    
  • Cannot delete the only text in IOS 10

    Before the last update, I could go to a simple text message and tap on the text, get 'More' and then I was able to remove, copy or transfer. This option disappeared.

    I can't understand how to do that. I tried the Apple support; I read articles from several major online Tech magazines; No one has addressed this issue.

    I get texts from medium.com. I don't want to delete them not all at the same time. I want to remove specific, I don't want to read or ones I read.

    How can I delete a single text message in the operating system updated for iPhone? I have the iPhone 6.

    Tap and hold on a message and a menu will pop up and down with the copy options and more... Select more and you can select individual messages, and then tap the trash can icon to delete the selected messages.

  • the new 10 iOS update how to delete individual text messages

    Since the new 10 update I can no longer delete individual text messages by touching the message. The option is gone. Appreciate your help. Thank you

    Press and hold on the message. A box appears at the bottom of the screen with the options 'Copy' and 'more '. Press "more". Select the messages to delete. Tap the trash downstairs to the left.

  • How to remove hyperlinks from copied text without deleting the text in the pages 08

    How to remove hyperlinks out of copied text without deleting the text in the pages 08

    One post is enough.

    I do not have Pages ' 08, but in Pages ' 09, you select the text with the hyperlink, click the link Inspector, and deselect the option enable as a hyperlink check box.

    Otherwise, rely on the search tool in your Pages ' 08 Help menu. Search for "remove link" without quotes.

  • missing text in the button Delete the bookmark.

    There is missing text in the button Delete the bookmark. The key works but the text is missing.

    Here is a screenshot of the problem:
    http://Tinypic.com/view.php?pic=dltkau & s = 8 #. U0rV96KrFEM

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance).

    • Do NOT click on the reset button on the startup window Mode without failure.
  • I have stored more than 120 bookmarks and deleted the names to save space in the quick bookmark bar. Therefore, since the Bard got full, if a bookmark or folder had desciptive text next to it, the text would collapse until just the icon shows. I have

    I have stored more than 120 bookmarks and deleted the names to save space in the quick bookmark bar. Therefore, since the Bard got full, if a bookmark or folder had desciptive text next to it, the text would collapse until just the icon shows. If I hover over the icon, the test appears again. These days, I found easier to rank my favorites in folders, HOWEVER, I do not know which folder is because the text next to the icons folder remains reduced until I have pass the mouse on them. I want to customize it so that the text is fixed next to the icon or folder. How can I do this? Please help and thank you!

    Incredible bookmarks try: https://addons.mozilla.org/firefox/addon/50722

  • Difficulty to write emails, when I add text, the new text deletes the following.

    When I wrote an email and I want to add text to change a previous entry, the new text deletes the following.

    For example:

    New buildings replacing old buildings in the neighborhood that was built in 1935.

    Water's edge If I want to add the word, say, , in the text, here's what's happening:

    New buildings replacing old buildings in the Lake City ood which was built in 1935.

    You see what happens is the 9 letters in the new Bank word replaced the 9 first of nearbyhood.

    Press the Insert key once. It alternates between inserting and overwriting.
     

     
     
  • It is safe to delete the files in blue text and a sign $?

    It is safe to delete the files in blue text and a sign $?

    If you mean files with names like $NTUninstallKBxxxxxxx$, see http://windowsxp.mvps.org/Hotfix_backup.htm

  • BlackBerry Smartphones cannot delete the text message

    I can't delete a text message from my 8830, although I tried several times.  The SMS folder "no message" appears and the message box displays "no message", but on the main screen, the message always appears under the banner of message.  Any suggestions?

    Try to remove the battery with the phone on, wait 30 seconds, then replace the battery. Let us know if it suits it.

  • When I type text in my mobile e-mail, word, Excel etc the cursor goes up or down or in the middle of the text and delete the texts.

    When I type text in my mobile e-mail, word, Excel etc the cursor goes up or down or in the middle of the text and delete the texts. some time remove all the texts. I'm fed up with it. How to solve it? Can someone help me?

    I use vipre antivirus software. But after deep analysis it shows no any malware or spy ware seen.

    Help, please...

    Original title: malware or Trojan horse?

    Cover the touchpad with a piece of cardboard, the next time you use * as you type something long *...

    What do have?

Maybe you are looking for