Hello,

Thanks!  Re-writing the carriage return and clicking 'Replace All' instead of 
'Replace' did the trick.

Gregory Wiest
gregorywiest.de






Am 02.04.2014 um 18:50 schrieb Fritz Anderson <[email protected]>:

> Search-grep:
> <title>\r(.*?), (.*?) - (.*?)\r</title>
> 
> (Note 1: this is sensitive to getting your delimiters exactly right, and 
> you'll also capture the leading and trailing space in \1 and \3, but I assume 
> you know that, and can live with it.)
> 
> (Note 2: While it's easy to capture literal line breaks with copy/paste or 
> cmd-E, you'd ordinarily use \r or \n. Those symbols are commonly used for 
> ASCII 13 and 10, but BBEdit's searches treat them as equivalent to any line 
> break.)
> 
> Replacement:
> <title>\r\1 - \3\r</title>

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].

Reply via email to