Using GREP to bold Date and Event Name

Hi
I am stumped at how to properly apply a bold style to a combination of dates and event names using GREP. I am including three examples below. I do have Paragraph and Characters styles set up. The area I would like to effect the change is in all caps. I am trying to add a bold style only to the dates and the title of the event with out changing the rest of the information.
I started of with this GREP Style:
\d{1,2}\/\d{1,2}|\d\-?\s|\u
It is bolding the dates and the name of the event. But it's not bolding the small dash between events that have a beginning and end dates or the en dash. It is randomly bolding other numbers and capital letters that it should not. Very frustrating. Each time I alter the GREP Style above, it makes it worse. This is as close as I got to the desired effect. Any ideas how to fix this?
12/6-8 — HEALING WEEKEND AT TRUE NORTH HOLISTIC CENTER.  Friday  11am-5pm. Private Integrated Healing sessions, Friday 6:30pm-Sunday noon. “Blue Christmas” Retreat: Coping with Sadness at the Holidays; Sunday 3-7pm. Public Integrated Reiki™ clinic. Hubbardston, MA  www.truenorthholisticcenter.org. (978) 820-1139.
12/6-12/8 — READ AND PLAY MUSIC IN A WEEKEND! World famous seminars turns beginners into musicians, revitalizes and inspires even pro musicians. 169 Mass Ave, Boston. (781) 599-1476 or http://signup.understandingofmusic.com or [email protected]
12/7 — REIKI CERTIFICATION. Wilton, NH. Libby Barnett, MSW. 32 years experience. Reiki Energy Medicine author. Notebook, pin, certificate awarded. Credit cards accepted. CEU’s/contact hours. Call (603) 654-2787 or www.reikienergy.com. Reiki II: 12/8

Thanks! That works. I am using a paragraph style for the body and have a bold character style for the information that needs to be bolded. I notice there are some listings that uses a colon and the bolding continued into the description where the first period appears (see samples below). I added a colon (to the shorter GREP style you suggested) in addition to the perod and excalamation point to search for.. Now the bolding stops at the colon but does not include up to the word "CARRY" (see first example). The second example, the bolding should stop after "FAIRE" but cotinues to the word Wisdom because of the period.
I wish there was a option in the GREP drop menu to search for All Caps only and not Any Uppercase Letter. Is it a case were I need to manually edit those instances so it conforms to the norm? Or is there away to modify the GREP expression ^.+?[.!] to also include other instance like the example below?
I alread try to add an additional rule using the Postive Look Ahead and nothing. And using the Any Uppercase Letter option, either forces the text back to the begining looking unstylized or it forces any capital letters to be bolded.
12/8-12/13 — WESTERN REIKI MASTERS: BE ATTUNED TO CARRY Japan’s Gendai Reiki lineage: Usui Mikao-Kan’Ichi Taketomi-Kimiko Koyama-Hiroshi Doi-Audrey Pearson. Learn to teach all 4 levels of Japan’s Gendai Reiki Ho. www.yogapathways.com. (508) 740-9870 or Facebook: ‘Gendai Reiki America’
11/23 — PSYCHIC AND HOLISTIC FAIRE at Women of Wisdom. North Easton, MA. Psychics, angel readings, mediums, crystal healings, Gaiadon Heart, chair massage, Reiki and more! Sign yourself up for a few appointments and bring your friends! www.womenofwisdominc.com (508) 230-3680.

Similar Messages

  • How to insert data into datagrid dynamically and also programatically with data and column names being retrived from a xml file..

    iam not able to insert data into datagrid corresponding to the column names..as iam inserting both data and column names programatically..ie iam not able to co relate the data with the column names.plzzz help me asap

    A DataGrid is row-based rather than cell-based with each row
    corresponding to an item in an underlying collection (specified in the
    dataProvider property). In order to add data to a DataGrid you
    manipulate the underlying collection, rather than the grid directly.
    Based on the limited description of your problem I would imagine you
    would need to create dynamic objects with property names that correspond
    to the dataFields of your dynamically created datagrid columns.
    So if you had created columns with dataFields "alpha", "beta" and
    "gamma" on your datagrid, you could create an item in your grid by
    adding the following object to your dataProvider:
    var gridItem : Object = new Object();
    gridItem.alpha = "alphaValue";
    gridItem.beta = "betaValue";
    gridItem.gamma = "gammaValue";

  • How to fetch what are all the tables used in this TR no and Package name of

    Hi Friends,
    I have input of Transport Request no (E070-TRKORR).
    How to fetch what are all the tables used in this TR no and Package name of this Table.

    HI,
    FYI
    SELECT E071OBJECT_NAME, E070MDEVCLASS
    FROM E071, E070M
    WHERE TRKORR = YOU REQUEST NO.

  • Why is my icloud using up all my data and how do i switch it off

    why is my icloud using up all my data and how do i switch it off

    This is not just an annoying bug, it's costing it's users real money. I have 4 phones on my plan, and i got hit for $10 before I realized what was going on. 2 of my phones are affected, and I had to turn the data off on them half way through the month.  I turned data back on, and boom, excess data usage right out of the gate!  Apple better fix this BS soon. Also, I demand reperations! For once, I'd like apple to put out an update that didn't make my phone worse than it was before.

  • HT201299 After installing an app on iPhone 5s, I can't use it outside of wifi (using cellular or mobile data) and the app is not listed in settings to enable its use of mobile data - any clues on what is wrong here?

    After installing an app on iPhone 5s, I can't use it outside of wifi (using cellular or mobile data) and the app is not listed in settings to enable its use of mobile data - any clues on what is wrong here?

    Steps to take to resolve this issue:
    1/  Turn off Wifi
    2/  Ensure Mobile (cellular) data is on
    3/  Turn iPhone OFF and then ON (re-boot iPhone)
    4/  Without turning Wifi on, open an app that requires mobile (cellular) data.
    5/  The app will now show on the Settings list with the option to enable or disable mobile (cellular) data
    6/  In time all apps that require or use mobile data will be added to the list automatically.

  • How to Exchange Data and Events between LabVIEW Executable​s

    I am having some trouble determining how to design multiple programs that can exchange data or events between each other when compiled into separate executables. I will layout the design scenario:
    I have two VIs, one called Status and the other Graph.  The Status VI displays the serial number and status of each DUT being tested (>50 devices).  The Status VI has one timed loop along with a while loop that contains an event structure.  If the user clicks on the DUT Status Cluster the event structure needs to pass the serial number to the Graph VI.  The Graph VI when called fetches the records for the DUT based on the Serial Number and time frame.  This VI is a producer/consumer so the user can change the time frame of the records to display onto the front panel graph.
    I have a couple reasons the VIs need to be separated into independent applications. One being the underlying database fetches tends to slow the threads down between the two VIs; the other is that they may be distributed into separate systems (don't consider this in the design criteria).
    I have been researching the available methods to pass the serial number to the Graph VI.  My initial idea was to us a command line argument, but this does not allow the Status VI to pass another Serial Number to the Graph once it has started (I do not want to allow the user to execute multiple Graph applications because the database query can load down the server).
    Is there a program method that I can implement between the two VIs that will allow me to compile them as two executables, and allow the Status program the repeatedly send an updated serial number event to the Graphs program.
    I have reviewed many methods; Pipes (oglib_pipe), Action Engine, and Shared Variable.  I am not sure which method will give me the ability to use a Event driven structure to inform the Graphs program when to update the serial number.  Any suggestions and tutorials or examples would be greatly appreciated.

    I have used the Action Engine (aka: functional global) approach for many years and it works well. Something to think about is that if you make the event's datatype a variant the only code that will need to know the actual structure of the event will be the function that needs to respond to it. Hence, a single event can service multiple functions.
    Simply create a cluster containing an enum typedef that is a list of the functions that the event will service, and a variant that will be the function event data. From anywhere in the code you can fire the event (via the functional global) by selecting the function from the enum and converting function specific data to a variant. On the receiving end the event handler uses the enum to determine the function that is to get the data and sends the variant to it. The event handler doesn't know or care what the actual event data is so you could in theory add new functions without modifying the event handler.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • How to add PO date and Vendor name in SAP table MB5S

    How do I add PO date field and Vendor name field in SAP table MB5S?? Kindly Help

    As a general recommendation just tell the ABAPer your requirement, don't tell him how to do it.... he probably knows, or should know, better ways of doing something then a functional consultant.
    And please don't tell people to copy standard reports, most of the times there is a BADI, enhancement, or an implicit enhancement spot available. I'm a consultant who can program ABAP (including complex programs), and I've never had to copy a standard program. Ever.
    PS: And no, I didn't have to register the object for modification either.
    EDIT: I went to check the program and you have two explicit enhancement spots to use:
    ENHANCEMENT-POINT read_data_01 SPOTS es_rm07msal - You use this to fill the extra fields of itab;
    ENHANCEMENT-POINT EHP605_RM07MSAL_03 SPOTS ES_RM07MSAL - You use this to enhance the field catalog of the ALV if you are on EhP5, if not create an implicit enhancement on the same stop.
    Current SAP allows enhancements everywhere, copying programs should be forbidden.

  • Since few days iPhone 4 suddenly uses huge amount of data and battery, how to find out which App is guilty?

    Hi Community,
    since Friday my iPhone 4 startet using huge amounts of mobile data and rapidly wastes battery lifetime (50% in 3 hous!) It also gets quite warm even when I don't use it at all.
    I suspect an app does this, because in flight mode battery is ok.
    How do I find out which app is to blame without having to uninstall all apps?
    Thanks for your help.
    Kind regards
    Nymphenburg

    You need to look into using the SQL*Loader utility:
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/part2.htm#436160
    Also, Oracle supports BULK inserts using PL/SQL procedures:
    http://download-west.oracle.com/docs/cd/B10501_01/appdev.920/a96624/05_colls.htm#28178

  • Prevent using special characters in file and folder names?

    I've recently begun adding windows clients to my network. In doing so, I've found that on my file shares from OS X server, the windows clients are unable to see files and folders which have names containing special characters such as / ? < > \ : * | ”
    Unfortunately my accounting department has been creating files with these characters in their names for several years. I would like to find if there is a way to prevent them from using a defined set of characters in the file and folder names to prevent them from "accidentally" doing so in the future.
    I've found that by turning off streams support on SMB in OS X server, that my windows clients can at least see that a file or folder should exist, albeit with a corrupted file name. Removing the special characters from these names allows the proper name to become visible and the file accessible.
    Any info would be greatly appreciated.

    (_seb_) wrote:
    > Gary White wrote:
    >> On Sun, 19 Nov 2006 19:15:04 +0100, "(_seb_)"
    <[email protected]> wrote:
    >>
    >>> "ça alors: it's a déjà-vu"
    >>>
    >>> How can I encode this so it's valid as a
    directory name, yet can be
    >>> displayed as intended when the name is output to
    the page.
    >>> urlencode() does not do the job, neither does
    htmlentities()...
    >>
    >>
    >> What's wrong with:
    >>
    >> $l="ça alors: it's a déjà-vu";
    >> print urlencode($l)."<br>\n";
    >> print htmlspecialchars($l);
    >>
    >> Gary
    >
    >
    > I know that, but what is the name of the directory? It
    has to be a real
    > directory name, not a string stored somewhere.
    >
    > What's a valid encoding for a directory named "ça
    alors: it's a
    > déjà-vu"? I can call a folder like this on my
    Mac, but it won't work on
    > any server...
    >
    >
    >
    PS: basically it's not a url encoding issue.
    I can url encode "ça alors: it's a déjà-vu",
    and pass it in a url query string. But my issue is not
    with an url query string, it's with an actual URL, that is,
    the actual name of the directory. It
    can't be "ça alors: it's a déjà-vu". But I
    want to allow the user to name their directory like that
    if they want. So I need a way to encode this into characters
    that can be used for an actual
    directory on the server.
    seb ( [email protected])
    http://webtrans1.com | high-end web
    design
    Downloads: Slide Show, Directory Browser, Mailing List

  • Use of interchangeability master data and RBA in GATP

    Hi:
    Has anyone tried the following using Interchangeability Master data and RBA?
    1. Create a supersession chain. A-> B
    2. Create a location substitution chain (<b>loc_chain</b>). L1 -> L2
    3.  Create a location determination procedure called <b>loc_proc</b>.  Add to this the location substitution chain (<b>loc_chain</b>) created in the previous step.
    4.  In the Integrated rule maintenance, create a rule where you assign this location determination procedure loc_proc to the location determination procedure (INC MD).
    <b>Expected results:</b>
    I am expcting that the system should search for the following location products: 1) A-L1, 2) B-L1, 3) A-L2, 4) B-L2.
    <b>Actual Result:</b> The system is only searching for 1) A-L1, 2) B-L1.  That is, it is not using the location determination procedure.
    Any thoughts on how I can debug this problem?  Thanks.
    Satish Vadlamani

    Dear Satish,
    in additon to the location determination procedure you have to create a product substitution procedure and assign your supersession chain to it. Then you have
    to go to the rule maintenance, edit your rule and assign the product substitution procedure to your rule. This way both lists (the location list & the product list) will be taken into account when the rule is evaluated.
    The way in which the both lists are combined are then set up in the rule control. There you have two options to choose from:
    1) Combine locations with all products
    If you choose this option, then in your case the result would be:
    A-L1, A-L2, B-L1, B-L2
    2) Combine products with all locations
    In the case, the result would be:
    A-L1, B-L1, A-L2, B-L2     (Your preferred result.)
    Regards
    Christian

  • Does anyone have a suggestion for a device that I can upload data to from an iPod when there is no wi-fi available? I'm using iForm to collect data and I need to get it uploaded to a database.

    can anyone recommend a device to upload data from an iPod when no wi-fi is available? I am using iForm to collect data in the field and I want to be able to upload it periodically.

    Hi there,  I'm myseld using the Application data-field in order to collect mobile forms OFFLINE.
    I can collect as many mobile form as i want BUT, of course, need to be online to sync the data from mobile to their cloud.
    Hope that helps.
    Otherwise, would probably need to plug ur idevice and look for the application database with such tool as iConnector.

  • Gzzz. if i would have know this jetpack uses so much data,, even if i am not on anything and shut it off when i don't use it, i wouldn't have bought this,, already used 1.5gb of data and only on twice for less than 2 hours this month,, whats up with that,

    jet pack sucks.... used already 1.5 gb data and only used less than 2 hrs time,, and don't download anything.  even buying tn gb, sounds like thats a rip off, i been with verizon many years and wish i would have checked this before i purchased this jetpack.  sounds suspicious to me, guess verizon wnats to loose all its  jet pack users,, no help, no stopping the usge, may be worth paying to stop the contract at this point, this is rediculous..  anybody gotten any help withis resolving this issue,,

    I Am still baffled why anyone would think 15 GBS a month is enough to run a computer.
    it will certainly not run multiple devices.  Watching one hour of video will add up to 1-3 GBS of data alone.
    try a data meter.  Keep Tabs On How Much Data Your PC Downloads and Uploads
    How much data do you use on your computer a month?
    Our 3 person household with Cable internet guzzles close to 300 GBS a month at home and have a 30 GB cellular data pool. (Which we don't make much of a dent in)

  • Ical or Calendar (or whatever) doesn't detect dates and calendar names anymore!

    Hi everyone.
    I used to have a weekly email created with automator and ICal, parsing a specific calendar by its name, and creating
    a list of events occurred in the week (monday to sunday) to send. I used an automator ical alarm for this (now called automator CALENDAR alarm???).
    It worked like a charm.
    Enter Mavericks.
    It's doesn't work anymore.
    Couldn't open the file. So I set to edit it and re-create it, but to no avail.
    I've tried to debug it, by going down to basic actions and their output, and I found out that for example:
    - A one action workflow, find calendar events, with date starting this week, doesn't work!
         No output, when I have pretty many events occurring in the week.
         It doesn't work even if I change the condition (today, or 2 days from now etc...)
    - Another single action workflow (still for testing purposes), filter calendar where title contains any calendar name returns nothing, while there are many calendars in the app!
    Can anyone help?
    Did you experience the same problems?

    Any solution on this problem? I'm experiencing the exact same problem on our 2 GHz iMac Core 2 Duo.

  • Problem with core data and attribute name "description"

    I have spent hours tying to figure out this problem.
    It appears that is you name an attribute "description", there can be problems at run-time.
    Perhaps, it is related to how I am doing things and letting interface builder do all the bindings.
    I create a core data application in Xcode.
    I create the entity with some attributes in Xcode and then I launch interface builder. I drag a "core data entity" object to the application window. I add a "Master/Detail View".
    I save the files and do a compile. When I click on the "add" button, something goes wrong and GDB launches and loads the stack frame into the debugger.
    I am using Xcode 3.1.2.

    description is the name of a method in the NSObject protocol; try to use another name for your attribute in CoreData, for example myDescription.

  • ICal advance dates and events (in 1 day) when I turn iPhone

    Hi, Guys,
    It's not such a huge problem, but I would like to have your help if some of you already had the same problem.
    When I use iCal with my iPhone standed up it works perfeclty. But when I turn it (when I use it liyed down) to see the week calendar, the calendar of iCal avance in 1 day and all my iCal events also advance in one day.
    For example, today is february 27, Monday.
    With my iPhone standed up I see the right date (picture below):
    But when its layed down I see that today's date is 26, Sunday (picture below):
    Thanks in advance.
    I know that it's not such a big problem, but I use iCal to much.
    Hope you may help me.

    Hello hirenlad20,
    Thanks for using Apple Support Communities. 
    To learn more about Touch ID, and how to troubleshoot issues with it, please follow the steps in the article below.
    Using Touch ID on iPhone
    Take care,
    Alex H.

Maybe you are looking for

  • How can I have a standard text block appear on the last page of my documents?

    How can I have a standard text block appear on the last page of my documents without having to type it in all the time? I have a terms statement with a line for a customer's signature which I want on the last page of my invoices and right now I have

  • New Tab - How to prevent opening the Home Page

    I've got Safari set to open the 'BBC News' web page as my Home Page on start up. For some reason it has also started opening this page when I click 'Add Tab". If I click 'Add Tab' when I want to navigate to somewhere else (but not lose where I curren

  • Error when using Table view

    Hi Folks, I m getting this problem frequently when i m using table view in reports. Im using SQl server2008 and working on BIApps. View Display Error Odbc driver returned an error (SQLExecDirectW). Error Details Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65

  • Dynamically choosing operation in db adapter

    Hi, I have a xml message on which various operations can be performed like create,update,delete,read.I want depending upon user input i am able to do the selected operation and want to create just one DB adapter to do so instead of 4 i.e. one for eac

  • Re: Variable speed

    I signed with BT after I was told I would get between 7.5 and a minimum of 6 download speed  It has never reached either They now say 0.5 and 6.0 is a reasonable tolerance  to whom ??? Should of stayed with TALK TALK