On Friday, July 15, 2011, TJ Luoma <[email protected]> wrote:
I tried adding "*" like this:
( *|\t*)$
and this
( |\t)*$
"*" means "zero or more". A "+" means "one or more" and might do
what you need.
There's also a preference to strip trailing whitespace when
saving, which may solve your problem (or not).
Enjoy,
R.
--
Rich Siegel Bare Bones Software, Inc.
<[email protected]> <http://www.barebones.com/>
Someday I'll look back on all this and laugh... until they
sedate me.
--
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>