Howdy,

Needed to be able to append a zero to the result of a search but "\10" has 
meaning in replacements. So I learned named references, which work like this:

(?P<times>\.\d)(\s)
\P<times>0\2

Means find a period followed by a digit (called "times") followed by a space 
(could be a tab or a new line) and replace that with period-digit-zero-found 
space.

Hope this helps someone!

Lorin

-- 
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].
Visit this group at https://groups.google.com/group/bbedit.

Reply via email to