At 15:19 06/08/2008 +0200, Francesco Abeni wrote:
I have to write some essays, for which i will be paid basing on
chars, but not including spaces. So i have [?]
I could certainly write a few-lines perl script which does the
trick, but I'd like to know if there is something already done.
Anybody has got any suggestions?
o Go to Find & Replace.
o Tick on "Regular expressions" and Search for [^ ]+ - that's left
bracket / circumflex / space / right bracket / plus.
o Press Find All.
o Go to Tools | Word Count | Current selection | Characters.
You could get away without the trailing plus sign on the search, but
the search might be slower.
I trust this helps.
Brian Barker
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]