How the process of searching / replacing text within brackets ([])

Hello

How the process of searching / replacing text within brackets ([]).

I want to make the process so that the replacement inside text: ([]) this particular color and style of a particular paragraph.

You try this option: (-[]) ([*. * \w*\d*)(\])

Unfortunately, the process was not successfully that entirely, it does not determine if there is more than one paragraph.

File test installation with photos.

Sorry for mistakes in writing, I don't know English well.

PDF + INDD

http://www.up-00.com/?ggcf

http://www.up-00.com/?QBcf


Fonts:

http://www.up-00.com/?ABcf

Test_3.png

Test_2.png

Test_1.png

Relevant if no Notes: (?s)\[.+?\]

If not, this regular expression could play the game:   (?s)\[(~F?. *?) +\]

Tags: InDesign

Similar Questions

  • How the honor specification [search Mozilla Support] a sentence?

    Many ways to research will honor a sentence. If I say "tab" [including quotes!], they seek the "tab" expression and return only links to documents with that sentence. As I discovered trying to answer a question on control how the tab character is rendered, the research works in support returns links to everything dealing with the Mozilla browser tabs. I tried to use s-quotes d-quotes instead, but that did not help. I couldn't find any button with a name like 'Advanced' to get more control over the search. So far as I can tell, [search Mozilla Support] insist on the processing of the expression 'tab character' as a search for anything with the word "tab" or the word "character".

    I posted a similar comment here:
    https://support.Mozilla.org/en-us/questions/965720?ESAB=a & s = Mozilla + support + Search & r = 4 & As = s

    ... and cor - el posted a helpful suggestion - research (such as Google), but specifying ' site:support.mozilla.org"."

  • How the process in two steps of authentication does not work if you are not in an area of cellular service

    Outside cellular service areas, IS those who know how the two step aunthicatuon process works in an iPhone 6, using the operating system iOS 9.3.4?  Would a being completely locked out of their iphone and apple services until they could find themselves in a cell service area? Or can it be accessed by a public wifi? Who beg to differ on whether or not it is beneficial to use when you travel?

    I did a little research to see if all Apple items shed light...

    See "How it works" in the Apple ID - Apple Support for two-factor authentication - a time that a device is approved, he'll never ask again unless you perform one or more of several things to "break the connection.

    If I were you, I would spend it TURNED off if you fear that one of these things could happen while you might not be able to obtain the code by SMS

    Frequently asked questions about the audit in two steps for Apple ID - Apple Support

    I'm confused as to why Apple would use two different expressions for what seems to be the same:

    • "Two -authentication"- and
    • "Two -step".

    The above two articles begin with a statement like: [underlining is unique, "BOLD" is synonymous with]

    "Two-factor authentication is just an extra layer of security of your ID Apple aiming to sure you are the only person who can access to your account, even if someone knows your password."

    «The two-step verification is an additional security feature for your Apple which designed to prevent anyone to access or use your account, same ID is they know your password.»

    Maybe someone with more experience can shed some light on your question and MY confusion?

  • How can I change the color to search for text in firefox?

    When you press CTRL + F in Firefox to make appear the text search and you search for a Word, the word is highlighted in this neon-green color. Is there a way to change the color of this? The green color is barely visible.

    As I mentioned in my first post, you can right-click and choose New > String to create the entry.

  • Search for text within the range of specific pages

    Hi all

    I have a pdf document that is 1000 + pages long. I wonder if there is a way to search for certain words in a certain amount of pages; for example, if I wanted to find the term "heart", but only in pages 560-600. Is there a way to do this?

    Thank you very much!

    Hannah

    This option is not available. If you do a Ctrl + F, click on the arrow pointing downwards in the search window and choose "open research to drive full" then "Show more options", you will see all the options available.

  • [CS5 JS] excluding the Notes of search and replace

    Hello

    Does anyone know how to exclude all text within a Note of a search/replace, text or grep operation?

    I went through and systematically all the findChangeGrepOptions that had the word "include" in false:

    includeLockedStoriesForFind: false

    includeLockedLayersForFind: false

    includeHiddenLayers: false

    includeMasterPages: false

    includeFootnotes: false

    just to check, but nothing has worked. myText.changeGrep () has again changed the text in the note.

    Of course, it would be pretty easy to write a wrapper function

    var myChangeGrep = function( textObject, checkNotes ) {
       checkNotes = checkNotes || false;
       results = [];
    
      // Go through and run changeGrep on all the 
      // parts of the textObject that are not contained inside Notes, 
      // (or just run it on the entire textObject if checkNotes is true),
      // and push the results to the results array as we go along.
    
      return results;
    };
    

    but it has the disadvantage that it returns a table and not a collection of InDesign, as does the regular changeGrep. In addition, as simple as it may be, it would be easier if there was a preference somewhere to take care of this.

    Any idea?

    Thank you!

    There is no preference for that: the scope of search and replace can be set only with five preferences that you have already tried. (In the same way, you can not include/exclude tables.) findGrep() and changeGrep() return an array, for that matter, not a collection.

  • How to start the process of "NI_SystemState"?

    In my Distributed System Manager, I found NI_SystemState process on one of my systems of RT.

    I don't know when and how the process has started.

    The engineering Application of NI Tao li | [email protected] pointed out the result.

    The process is published by the RT himself system. I need install a server named "systemstate" RT target published.

    http://digital.NI.com/public.nsf/allkb/F1AB535F1BD7F1578625780700237A3D?OpenDocument

    http://digital.NI.com/public.nsf/allkb/F4D776187EFCC30986256EFC007FC922?OpenDocument

  • How does the process scheduler?

    original title: how the process scheduler?

    Hello people, first of all I am sorry for my English is not very good. I have a project on the Scheduler to procees and I want to learn more on this subject, how its work, the most popular algorithms that manage processes, etc.. In fact, I want to learn more about this point, if you know the answers, I'd be very happy.

    Hi dErLiStOwErs,

    Here are some links on the Windows task schedule that should be useful:

    Scheduling priorities

    Schedule a task

    Various links

  • setValue for entering text within the pop-up window giving NullPointerException

    Hi all

    I want to put the value programmactically for entering text within the pop-up window

    I write the following code in the bean (extended view)

    to fill the text to enter the PopupFetchListener

    {} public void setMyInput (myInput RichInputText)

    this.myInput = myInput;

    }

    public RichInputText getMyInput() {}

    return myInput;

    }

    {} public void fetchText (PopupFetchEvent popupFetchEvent)

    Add the code in the event here...

    myInput.setValue ("test"); gives NullPointerException

    }

    JDeveloper 12 c

    First, link component UI (with the exception of fragment) to the scope of request bean.

    Then, try to play with the popup childCreation property (try with immediate)

  • convert the data that are not text

    create table x as
    (line_1 varchar2(10))
    INSERT INTO x  VALUES ('001165899', '0506', 'ZIP1003', 'ABC', 'xyz')
    It is the source table, it transforms (to meet the requirements of the company) to another table where column line_1 is converted to a data type of number, and all the data in the column of line_1 which is the text are converted to-1.

    user628919 wrote:
    How the hyphen may be replaced for the data where it grows in different places within the data.

    The solution needs to keep other rules - convert to_number, text-1 column, ignore nulls (see below)-, more remove the hyphen of digital data.

    to_number(regexp_replace(line_1, '.*\D.*', '-1'))
    

    As Vivek L, complete with a convenient link for documentation, said "replace should work.

    to_number(regexp_replace(replace(line_1, '-'), '.*\D.*', '-1'))
    

    John

  • Find and replace text in documents invisibly

    Hello

    here in this forum I found the Russ find/replace function in ExtendScript, with which you can find and replace text. The script works perfectly when the documents are opened. In the case of invisibly open documents, that the script does not work since TextSelection is obviously applied. Refer to link:

    https://forums.Adobe.com/message/4032650#4032650

    I want to find and replace text within a structure of book, it would be useful if I could do it in documents that are not visibly open (Constants.FS_MakeVisible = false). Does anyone have an approach to find and replace in documents that are not visibly open? Or can someone confirm that this is only possible with TextSelection, which means that it does not work in documents open invisible?

    Thank you very much!

    Concerning

    Apollo102

    Apollo,

    I looked into this and I was able to reproduce the problem. Unfortunately, I wasn't able to find a perfect solution. Running in the debugger, I found that the failure occurs with the Find() call. All paragraphs, the text ranges, etc. are valid... it's just that the Find() call fails to find anything.

    I found that if you turn on/off the display, all of a sudden the Find() operation works with the hidden document:

    doc. IsOnScreen = true;

    doc. IsOnScreen = false;

    I don't know if this is a practical solution and of course, you may as well open visible in the first place. Would be of no help to just disable the updates with the interface?

    App. Display = false;

    Just be sure to return true at the end of the script

    I'm sorry I couldn't find a complete solution. It might be possible to appeal to something that makes the hidden document searchable, but I did not understand it.

    Russ

  • Problem with the natural language search

    I have a document with the words "retirement payment options. When I type the question ' what are my pension options?, "I get the message"Sorry, we don't have find a good answer to your question." I tried to use synonym and synonym of directional groups pertaining to 'options of retirement', 'options of payment of retirement,' 'options' and 'payment options' together, without success. Even when I type the exact title of the document in the search box and start search, I come back with no results found.

    I want to know is how the natural language search determines what are the topics to display.

    Discovered that the problem was the updating of the .nls file. The file should be renamed and a new one created.

  • How can I change the attributes of text within a PHP/MUSE Web site

    I have questions on this specific page that has been created within the muse and has php code enclosed in it.
    I had no such problem of text until after changing the name of a specific tab within the muse for different name then return.

    Here is the page with the issue (you can see the tab on the bottom right)

    If you click on another page, you will see the tab change - that's how I want I look

    SESSION TIMES

    Any help with this would be much appreciated!

    PS I added this on the dreamweaver support forum, because I think it's a related issue code

    Replace the whole line 172, namely

    nonblock nontext MenuItem MenuItemWithSubMenu clearfix colelem" id="u20577" href="our - extension.html"data-href ='page: U3904" > ""

    OUR

    EXTENSION

    a >

    with

    or just the highlights.

    All I did was to compare a working copy with the copy of non-working.

  • How to find and replace text in the index entries?

    Hello

    Recently, I copied a manual to create a new one for another product. After a global search and replace the product names and other texts, I needed to replace a specific word that appears in the index entries.

    I noticed the search box would allow me to search the text of the marker, but I had to replaceme the word by hand - cut and paste the new Word, click on change the marker to save it and then find the next occurrence.

    It's with frame 7.2. Does anyone know a faster way to do this?

    Yours,

    Michael F.

    =========

    Peter,

    Thanks for the lead.

    I downloaded the zip file and all it contains is a DLL file, but no instructions.

    What should I do to make it work and how do I know that it works?

    Yours,

    Michael F

    ========

  • How can I use search and replace to replace the title of the doc with copy of the h1 content?

    I have a site with about 300 pages which have the same title. I need to replace this title by the same text that appears in the h1 tag on the page (each page is different). Of DW search and replace it? If so, how? I don't really want to go have to go to each page and copy/paste.

    jeffsure wrote:

    Is there a way to tell him to put only the first h1 tag in the title?

    I'm really motivated now to learn regex!

    Yes. Just use the following regular expression instead of the previous:

    ([^<>[\S\s]+?

    )([^<>

    The field is to replace the same.

    The question mark is the [\S\s]+ a lazy search, stopping at the first]

    rather than doing a greedy research that concludes the last

    in the page.

    The regex for learning is difficult, but it can be very rewarding. I would only like the best.

Maybe you are looking for

  • Selection of recipients in the list

    I chose 'Reply to all', but I want to remove many of the recipients from a long list.Is it possible to do without having to remove unwanted recipients a moment?Apparently, it is impossible to select more than one recipient in the list.

  • Please add the Silverlight plug-in

    I bought the Sony Google TV and the Logitech review so that I can watch my kids play college sports of the network A - Sun on my TV instead of my computer. After connection of two systems, on two different TVs and switching of cable companies to get

  • Power cord IPS L: Hp monitor 23 inch HP Pavilion 23xw does not take to the office?

    Good so I recently bought a new desktop computer HP and monitor, but does not have the cord that connects the monitor to the computer (I think that's what we call a vga?) or I guess that is not compatible. The office, I ordered is a P5Q80AV of HP ENV

  • Linksys Wag320N associate connection with Cisco SLM2024

    I plugged the SLM2024 (switch) and the WAG320N (modem, router but disabled wireless adsl router) with two patches and grouped the two links in a link in the installer SLM2024. SLM2024 and WAG320N work perfectly, the statistics showed no loss of packa

  • How can I retrieve an alternate email address?

    I created a secondary, although e-mail only extremely exhausted and don't remember the connection. I do remember the password and know that I put my main account in the email box. Is it possible to access the user for an email account ID? If so, how