#1   Report Post  
Steved
 
Posts: n/a
Default A character counter

Hello from Steved

Is it possible to delete 15 characters In a single word.

In brief 16 characters and over delete.

Thankyou.
  #2   Report Post  
Klaus Linke
 
Posts: n/a
Default

Hi Steve,

In Edit Find, check "Match wildcards", and search for
Find what: [a-zA-Z]{16,}

This should match any word with more than 15 characters.



matches at start of word,

[a-zA-Z]
matches any letter,

{16,}
matches 16 or more items of the previous expression,


matches at end of word.


You can then replace that with nothing to delete it.


Regards,
Klaus




"Steved" wrote:
Hello from Steved

Is it possible to delete 15 characters In a single word.

In brief 16 characters and over delete.

Thankyou.




  #3   Report Post  
Steved
 
Posts: n/a
Default

Thankyou.
-----Original Message-----
Hi Steve,

In Edit Find, check "Match wildcards", and search for
Find what: [a-zA-Z]{16,}

This should match any word with more than 15 characters.



matches at start of word,

[a-zA-Z]
matches any letter,

{16,}
matches 16 or more items of the previous expression,


matches at end of word.


You can then replace that with nothing to delete it.


Regards,
Klaus




"Steved" wrote:
Hello from Steved

Is it possible to delete 15 characters In a single

word.

In brief 16 characters and over delete.

Thankyou.




.

Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
A character counter Steved Microsoft Word Help 0 February 21st 05 09:14 PM
Save file as .doc having all data in ascii character set Freddy Microsoft Word Help 1 February 3rd 05 09:44 AM
255 character limit in Word mail merge Gibson Mailmerge 1 December 7th 04 10:36 AM
character spacing shift when document is printed cindy Microsoft Word Help 1 December 7th 04 02:10 AM
character spacing changed when document prints cindy Microsoft Word Help 1 December 6th 04 10:18 PM


All times are GMT +1. The time now is 03:33 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"