jamiepeloquin opined on Sunday 17-Feb-2013@07:26:46
> Search: ^\d+# (.+)
> Replace: #\1
> 
> The Search should find a pattern, starting with one or more numbers, followed 
> by a hash, space and capture a series of any character with the exception of 
> a return/new line. The replace should replace that entire pattern with a 
> hash, followed by the string captured in the search.


That ill not work, it will just strip the numbers and any multi-line groups 
with the same number will be treated as separate lines.

-- 
THE PRESIDENT DID IT IS NOT AN EXCUSE Bart chalkboard Ep. AABF05


-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
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].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to