GREP Style Problem with Carriage Returns
I make wine menus and I'm creating a template using GREP styles that will allow me to copy and paste a full menu from Excel into InDesign with character styles applied to all the right bits so they can be quickly personalised. I got it working perfectly on the prices, but on the wine descriptions which appear on the line after prices, I'm having no luck.
Here's basically what it looks like for a single wine:
Wine Name Here £2.50 £5.50 £8.50 £20.00
Wine description text here.
I'm trying to make it locate the description line by having it first find a price (£\d+.\d+) followed by a carriage return (~b), then start applying the character style (\K) to any set of characters till the end of the paragraph (.+\r)
I'm sure this should work, and it works just fine if I use this code in GREP find & replace instead, but it just won't apply it as a GREP style. Like I said, I've got formatting for the prices working perfectly. I've tried deleting the prices' GREP code to make sure it wasn't interfering, but I'm positive that it's down to the carriage return.
Can you just not apply GREP styles that involve carriage returns, or can anyone see if I'm doing something wrong?
Thanks
