Help with uppercase letters in Find/Change

Hiyis. I'm trying to change all instances of "US" to "U.S.," but when I type it into Find/Change, I'm getting stuff like "discuss" highlighted. Any way to specify just uppercase US on its own? Or do I have to go through and review every suggested change?
Thanks tons!

Click the icons for case sensitivity and whole word in the dialog:

Similar Messages

  • Problem with uppercase letters in Preferences

    The following code [excuse lack of formatting]
    ----- snip ----
    import java.util.prefs.*;
    public class PrefTest {
    Preferences prefs = Preferences.systemRoot();
    public PrefTest() {
    public void DoIt() {
    Preferences myPref = prefs.node("com/MyCompany/MyPackage");
    Preferences prefa = myPref.node("MyClass1/Configuration");
    prefa.put("MyString", "MyValue");
    public static void main(String[] args) {
    PrefTest cfg = new PrefTest ();
    cfg.DoIt();
    ----- snip ----
    produces the following registry entries [Wndows XP]
    ----- snip ----
    REGEDIT4
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Prefs\com]
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Prefs\com\/My/Company]
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Prefs\com\/My/Company\/My/Package]
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Prefs\com\/My/Company\/My/Package\/My/Class1]
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Prefs\com\/My/Company\/My/Package\/My/Class1\/Configuration]
    "/My/String"="/My/Value"
    ----- snip ----
    As you can see, all the uppercase letters are prefixed by a '/'.
    I can see nothing in the docs for java.util.prefs which defines
    such behaviour. Is this a bug, a feature or what?
    Regards, Alan Beale

    OK, I'll reply to my own post, as I think I've found the answer
    in case anyone else is interested...
    From
    http://developer.java.sun.com/developer/technicalArticles/releases/preferences/
    -- snip --
    You'll see the result of running the code above under J2SE Beta 1.4 for Windows in Figure 1. Note that WML is encoded as /W/M/L, and PreferredChannel as /Preferred/Channel because Preferences has case-sensitive keys and node-names, while the backing store of choice (in this case Windows Registry) does not.
    -- snip --
    This implies that reading back the prefs should work OK, although the
    data in the registry looks ugly. If this is the case [haven't tested
    it yet] then it's not a problem.

  • Help with regular expression to find a pattern in clob

    can someone help me writing a regular expression to query a clob that containts xml type data?
    query to find multiple occurrences of a variable string (i.e <EMPID-XX> - XX can be any number). If <EMPID-01> appears twice in the clob i want the result as EMPID-01,2 and if EMPID-02 appears 4 times i want the result as EMPID-02,4.

    with
    ofx_clob as
    (select q'~
    <EMPID>1
    < UNQID>123456
    < TIMESTAMP>...
    < ADDRINFO>
    < TITLE>^@~*
    < FIRST>ABCD
    < MI>
    < LAST>EFGH
    < ADDR1>ADDR1
    < ADDR2>^@~*
    < CITY>CITY
    <EMPID>2
    < UNQID>123457
    < TIMESTAMP>...
    < ADDRINFO>
    < TITLE>^@~*
    < FIRST>ABCD
    < MI>
    < LAST>EFGH
    < ADDR1>ADDR1
    < ADDR2>^@~*
    < CITY>CITY
    <EMPID>1
    < UNQID>123458
    < TIMESTAMP>...
    < ADDRINFO>
    < TITLE>^@~*
    < FIRST>ABCD
    < MI>
    < LAST>EFGH
    < ADDR1>ADDR1
    < ADDR2>^@~*
    < CITY>CITY
    ~' ofx from dual
    select '<EMPID>' || to_char(ids) || '(' || to_char(count(*)) || ')' multi_empid
      from (select replace(regexp_substr(ofx,'<EMPID>\d*',1,level),'<EMPID>') ids
              from ofx_clob
            connect by level <= regexp_count(ofx,'<EMPID>')
    group by ids having count(*) > 1
    MULTI_EMPID
    <EMPID>1(2)
    with
    ofx_clob as
    (select q'~
    <EMPID>1
    < UNQID>123456
    < TIMESTAMP>...
    < ADDRINFO>
    < TITLE>^@~*
    < FIRST>ABCD
    < MI>
    < LAST>EFGH
    < ADDR1>ADDR1
    < ADDR2>^@~*
    < CITY>CITY
    <EMPID>2
    < UNQID>123457
    < TIMESTAMP>...
    < ADDRINFO>
    < TITLE>^@~*
    < FIRST>ABCD
    < MI>
    < LAST>EFGH
    < ADDR1>ADDR1
    < ADDR2>^@~*
    < CITY>CITY
    <EMPID>1
    < UNQID>123456
    < TIMESTAMP>...
    < ADDRINFO>
    < TITLE>^@~*
    < FIRST>ABCD
    < MI>
    < LAST>EFGH
    < ADDR1>ADDR1
    < ADDR2>^@~*
    < CITY>CITY
    <EMPID>2
    < UNQID>123456
    < TIMESTAMP>...
    < ADDRINFO>
    < TITLE>^@~*
    < FIRST>ABCD
    < MI>
    < LAST>EFGH
    < ADDR1>ADDR1
    < ADDR2>^@~*
    < CITY>CITY
    <EMPID>1
    < UNQID>123458
    < TIMESTAMP>...
    < ADDRINFO>
    < TITLE>^@~*
    < FIRST>ABCD
    < MI>
    < LAST>EFGH
    < ADDR1>ADDR1
    < ADDR2>^@~*
    < CITY>CITY
    ~' ofx from dual
    select '<EMPID>' || listagg(to_char(ids) || '(' || to_char(count(*)) || ')',',') within group (order by ids) multi_empid
      from (select replace(regexp_substr(ofx,'<EMPID>\d*',1,level),'<EMPID>') ids
              from ofx_clob
            connect by level <= regexp_count(ofx,'<EMPID>')
    group by ids having count(*) > 1
    MULTI_EMPID
    <EMPID>1(3),2(2)
    Regards
    Etbin
    Message was edited by: Etbin
    used listagg to report more than one multiple <EMPID>

  • Help with CSM 3.2.2 - Changes created after Device Discovery

    Hi
    Hope someone can help, I have just installed CSM 3.2.2 and added many multiple firewalls to the database, I have not created any overall policies yet. Once these additions were made I could see over 500 changes that CSM wanted to make in the Activity List after viewing the changes. A great deal of these were changing the local firewall objects . It looks like that as identical names were used forsome of the local firewall configs, CSM needed to amend these with a unique name for each firewall so adding on -1, -2 e.t.c It also struggles with some of the AAA settings and IKE. I don't want to submit these changes due to the huge risk that involves but also not sure whether to dicard the changes ? Any advice out there ?
    Thanks in advance
    C

    Hi Chris,
    what you are observing is usually normal. CSM tries to reuse the names on the FW to give a name to the objects in the DB. If you import two FWs with some things named in the same way  (e.g. OBJECT-NAME) but with different content, CSM will import the first object as OBJECT-NAME and the second as OBJECT-NAME_X where X is a sequential number. CSM then, for consistency, will try to push the new name to the device as well.
    Another thing you might notice is that CSM is try to change the access-list by grouping services in a different way.
    I would say these are normal operation however I would suggest that before the first deployment you look at the preview of what will be pushed and carefully verify that everything is in place, although slightly modified.
    Stefano

  • HT4528 hello, i need some help with turning off the 'find my iphone'

    I just traded in my iphone for the 5s and Verizon is having some problems deactivating the find my iphone thing on my old phone however it still has it linked up with my old email address that was stolen from me, how do I reset it so I can use my current email address to use my current password?

    There is a link to download App Builder when you sign in to the DPS Dashboard (http://digitalpublishing.acrobat.com). There is also a link on the DPS install help page.
    http://helpx.adobe.com/digital-publishing-suite/help/installing-digital-publishing-tools.h tml

  • HT5622 Thx in advance for your help with this question. I changed the apple ID for my account but now that I update IOS 7, it still stubornly sticks to my old apple ID. How can I get my cloud settings to switch to a new apple ID?

    pls read headline

    Delete the account, then provide the password for the old ID when prompted to turn off Find My iPhone, then sign back in with the ID you wish to use.  If you can't remember your password, or it is rejected when you try it, you'll have to do one of the following:
    If you still have access to your old email address, go to https//appleid.apple.com, click Manage my Apple ID and sign in with your iCloud ID.  Tap edit next to the primary email account, tap Edit, change it back to your old email account and verify it.  Then edit the name of the account to change it back to your old email address.  You should then be able to turn off Find My iPhone with your password. Then go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back and change your primary email address and iCloud ID back to the way it was.  You will then be able to go to Settings>iCloud and sign in with your current ID and password to reconnect to your iCloud account.
    If you don't have access to your old email address, you will have to contact Apple to get them to reset the password for it so you can disable Find My iPhone and sign into your iCloud account.  You will have to prove your identity to them in order to do so.  You can either contact iTunes support for assistance with this (https://ssl.apple.com/emea/support/itunes/contact.html), or contact Apple Support (http://www.apple.com/support/icloud/contact/).

  • Need help with intricate lettering

    Well, I try not to ask questions on this forum without attempting things myself. I understand other people's time very important. Anyway, I took a course at a technical college and have a home classroom course that I'm doing right now. Unfortunately, at this point I need help. This logo must be recreated to vector art because it will be printed on a very large substrate. The customer has no access to the vector art.
    I need help.....I am very proficient with the basic tools, the pen tool especially. However, creating intricate lettering like this, I don't have much experience with.
    The lettering is kicking my *** right now. Also, I can mimic the gradient for the bars decently, but am having trouble with the little rounded gradient effect in the corners.
    I hate to beg for help, but may I have help!!?? I'm not looking for someone to do the work, rather please provide any tips so I can wade my way through this. The customer contacted my boss today and needs it by Monday for a meeting, so I will have a project to do over the weekend.
    It needs to print spot black. Any tips/suggestions will be greatly appreciated. After work tonight, I'm going to go through my classroom in a book to pick up helpful tips.
    Thanks everyone,
    Andrew

    There are many stylistic variations of this kind of thing. Your screenshot is too low-res to discern the exact treatment used for sure. That said:
    This takes about 5 minutes and results in a clean, economical construct with a minimum of paths.
    Only color is Spot Black.
    Two Swatches: Spot Black and 20% tint of Spot Black.
    All the offset paths (the inner paths of all the characters) are a single Compound Path and receive a three-stop linear grad fill at 0 degrees.
    All the original paths (the outer paths of all the characters) are left separate and a three-stop linear grad fill at 120 degrees is applied (so each outer character has its own grad that can be individually adjusted).
    A little individual adjustment of the grads on each outer character can very closely match the arrangement of bevel tones of the original you're trying to emulate. Keep it simple. Study the shading of the emboss edges carefully, and try to see them as linear grads spanning the whole character, not as a bunch of tiny tedious individual details wrapping around the character. Then accomplish the shading with as few grad stops as possible. Understand how to "tighten" or "sharpen" the shifts between grad stops by moving the gamma pointers that are between each pair of adjacent grad stop off-center toward one stop or the other. The tighter the transitions--especially on the bevel facets--the more "sparkle."
    JET

  • Help with user.update.accounts[Lighthouse].changes[roleInfos].new

    When I access user.update.accounts[Lighthouse].changes[roleInfos].new it returns a list of XMLObjects, which are the new list of roles to be provisioned in IDM. The following is an example:
    <GenericAttribute>
      <Object>
        <Attribute name='attribute'>
          <Object name='Production Server'>
            <Attribute name='directlyAssigned'>
              <Boolean>true</Boolean>
            </Attribute>
            <Attribute name='state' value='assigned'/>
            <Attribute name='type' value='BusinessRole'/>
          </Object>
        </Attribute>
      </Object>
    </GenericAttribute>I would like to execute a specific transition when a specific role is identified within work flow transition from this list. So I thought I could try the following:
    <contains>
      <ref>user.update.accounts[Lighthouse].changes[roleInfos].new</ref>
      <s>Production Server</s>
    </contains>This does not work, but in my workflow debug I see the following:
      Resolved reference user.update.accounts[Lighthouse].changes[roleInfos].new = [Corporate Domain Administrator
      assignedBy = [Information Security Specialist]
      assignmentType = conditional
      state = assigned
      type = ITRole
    , Employee Production
      assignedBy = [Information Security Specialist]
      assignmentType = required
      state = assigned
      type = ITRole
    , IT Organization
      assignedBy = [Information Security Specialist]
      assignmentType = required
      state = assigned
      type = ITRole
    , Information Security
      assignedBy = [Information Security Specialist]
      assignmentType = required
      state = assigned
      type = ITRole
    , Information Security Specialist
      directlyAssigned = true
      state = assigned
      type = BusinessRole
    , MachineEX bzncvs02ex
      assignedBy = [Information Security Specialist]
      assignmentType = conditional
      state = assigned
      type = ApplicationRole
    , MachineEx bznsa02ex
      assignedBy = [Information Security Specialist]
      assignmentType = conditional
      state = assigned
      type = ApplicationRole
    , MachineEx bznwsint01
      assignedBy = [Information Security Specialist]
      assignmentType = conditional
      state = assigned
      type = ApplicationRole
    , Technology Organization
      assignedBy = [Information Security Specialist]
      assignmentType = required
      state = assigned
      type = ITRole
    ]My question is how can I check for something specific in XMLobject list similar to the following or Java code?
    <contains>
      <ref>user.update.accounts[Lighthouse].changes[roleInfos].new</ref>
      <s>Production Server</s>
    </contains>

    I solved my problem and wanted to share the solution with yall
    1. First off the modifications are stored in a task instance, which is passed to the workflow engine
    variables.user.update.accounts[Lighthouse].changes[roleInfos].new2. I created a class to parse the list of changes which are stored as XMLobject in a task definition
    public Boolean roleChangeValidation(List<GenericAttribute> changes, String roleid)
              String type = "MANUAL";
              Boolean returncode = false;
              if (changes != null) {
                   Iterator<GenericAttribute> it = changes.iterator();
                   do {
                        if (!it.hasNext())
                             break;
                        GenericAttribute change = it.next();
                        GenericObject value = change.get();          
                        String name = value.getName();
                        if(this.Debug)
                             System.out.println(type + ":" + name);
                        if(value.containsValue(roleid))
                             if(this.Debug)
                                  System.out.println(name);
                             returncode = true;
                   } while (true);
              return returncode;
         }3. I added the following actions to the update workflow, which passes the Roleid I am looking for and returns true if found.
    <Action id='1' name='Validate Privileged Role'>
      <expression>
        <block>
          <defvar name='zRoleChange'>
            <new class='com.generic.util.zRoleChange'>
              <Boolean>true</Boolean>
            </new>
          </defvar>
          <set name='_tokencheck_'>
            <invoke name='roleChangeValidation'>
              <ref>zRoleChange</ref>
              <ref>user.update.accounts[Lighthouse].changes[roleInfos].new</ref>
              <s>Production Server</s>
            </invoke>
          </set>
        </block>
      </expression>
    </Action>Edited by: OlympicAdmin on Feb 24, 2010 12:39 PM

  • Help with Premiere 1.5 - Configuration Change - Can't Open Program!

    I apologize if this question has already been answered in the forum, but I am mid-project and need assistance (with Premiere Pro 1.5).
    After a system restore, I tried to open Premiere and got this message: 'Your computer's configuration appears to have changed since the time the product was activated.  To continue using this product, please click OK to activate it again for your new system configuration, or click Cancel to exit.'
    After clicking 'OK' and waiting, nothing happens - and I have to go to the task manager to close Premiere.
    Do I need to re-install?
    If so, how do I back up and preserve my Premiere projects so they are not lost after Premiere Pro is reinstalled?
    Thanks in advance for any assistance.

    I would immediately contact Adobe Customer Service (not Technical Service).
    For whatever reason, you have lost Activation. C/S can reset that for you. There could be a lot of reasons for this, and in the end, C/S might well have you uninstall and reinstall, but I would call them first.
    Good luck,
    Hunt

  • Help with WRVS4400N - Need to find a replacement AC Adapter

    Hello, I have a Cisco WRVS4400N V2. I need to find a replacement AC adapter and the stands if possble. Can anyone direct me to the right place? Thanks.

    Mike,
    unfortunately we do not stock or have product numbers for the AC adapter or the stands. Any universal AC adapter should work provided that it provides the following power requirements:
    Power
    12V 1A
    Hope this helps,
    Blake Wright
    Cisco SBSC Network Engineer

  • Help with Epson 265 cant find epson driver only gutenprint!

    I hope you can help - Epson are no help!
    I have and Epson R265 - it does print but will not allow any other utility maintenance. This means I cannot check on cartridge ink levels, clean nozzles etc.
    I have read and re-read all the instructions about not using the Gutenprint driver but cannot find any of the other Epson 'official' drivers here on my iMac despite installing them from Epson's site.
    Please help!
    Karen

    Hi Karen and welcome to Apple Discussions.
    Do you mean you can't find the drivers on your computer? The actual files are located in (user)/Library/Printers or in bootvolume/Library/Printers.
    Which driver version are you using? _[According to Epson, the latest version is 6.10|http://esupport.epson-europe.com/ProductHome.aspx?lng=en-GB&data=wsMoc1iCh VFkpIJHxGzU002Fw3ewZInBGepzWqN4djOtqlEU003D&tc=6#7]_.
    I did see this thread re how AppleGrapple had managed to get his R265 to work.
    Let us know how it goes.
    /p

  • Need help with Services (email from finder using unibox)

    I have scoured the discussions and googled to find a solution to my problem and have had zero luck.
    Basically I want to be able to right-click on a file in finder and go to services and choose Unibox (my default email app) to send the file. I remember being able to do that using one of the other apps I used to use for email, but have been unsuccessful finding the steps to creating the service.
    Any and all help to create that context menu option is appreciated.

    Mail/Preferences/General - do you have Unibox set as your default e-mail application?

  • Help with atuo-importing from finder

    I am trying to set a folder action or workflow that will find images dropped into a specific folder and import them into a specific album in iPhoto 8. I found what I thought were the right choices in Automator, but when it runs, nothing is imported even though it shows the action and you can see the correct folders get highlighted and the correct album selected when it opens iPhoto.

    Disregard. A quick folder action solved the issue.

  • Need help with color tints not finding t-slider can you help?

    can someone help i'm going bonkers trying to get the tints and colors working
    i checked the online help on how to make a color tint.
    but the solution tells me if i don't have the "t-slider" make sure the color is checked
    as global then go to show options
    but this is not helping. i still don't see what i need to make a tint.
    i really wish the way to make this work was more like indesign.
    please help.
    thank you
    Message was edited by: [email protected]

    You need to make the color a swatch first. Then double click the swatch and check the Global box.

  • Help with Russian letters on Remote Desktop, Please

    Anyone who can help on this discussion thread for Russian on Remote desktop?
    https://discussions.apple.com/thread/3026757?tstart=0
    Thanks....

    This forum is for troubleshooting Apple's own Remote Desktop application...their application for managing networked Macs...not Microsoft's RDC for Mac. You should really considers posting your question on Microsoft's own forum for their Mac products:
    http://www.officeformac.com/productforums

Maybe you are looking for