Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Is there a way to use wildcards to find single letter paragraphs? I can do
single letter words with [A-Z] (I only want capital letters), but I haven't figured out a way to do it for paragraphs. Thanks, -- tj |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Got it, I think:
[A-Z]^13 Thanks, -- tj "tjtjjtjt" wrote: Is there a way to use wildcards to find single letter paragraphs? I can do single letter words with [A-Z] (I only want capital letters), but I haven't figured out a way to do it for paragraphs. Thanks, -- tj |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Not quite. That expression will find any paragraph mark preceded by a
single-character "word", including something like Give me an A¶ That may be close enough, if your documents don't contain odd beasts like the above. If not, try ^13[A-Za-z]^13 which finds any single letter (upper or lower case) between two paragraph marks. This won't find the first paragraph of the document (because there's no preceding paragraph mark), but that's easy to spot manually. -- Regards, Jay Freedman Microsoft Word MVP FAQ: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. On Thu, 29 Dec 2005 13:36:02 -0800, "tjtjjtjt" wrote: Got it, I think: [A-Z]^13 Thanks, -- tj "tjtjjtjt" wrote: Is there a way to use wildcards to find single letter paragraphs? I can do single letter words with [A-Z] (I only want capital letters), but I haven't figured out a way to do it for paragraphs. Thanks, -- tj |
#4
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Thanks, Jay. I did notice that I wasn't finding exactly what I was looking
for. I'll use your expression going forward. -- tj "Jay Freedman" wrote: Not quite. That expression will find any paragraph mark preceded by a single-character "word", including something like Give me an A¶ That may be close enough, if your documents don't contain odd beasts like the above. If not, try ^13[A-Za-z]^13 which finds any single letter (upper or lower case) between two paragraph marks. This won't find the first paragraph of the document (because there's no preceding paragraph mark), but that's easy to spot manually. -- Regards, Jay Freedman Microsoft Word MVP FAQ: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. On Thu, 29 Dec 2005 13:36:02 -0800, "tjtjjtjt" wrote: Got it, I think: [A-Z]^13 Thanks, -- tj "tjtjjtjt" wrote: Is there a way to use wildcards to find single letter paragraphs? I can do single letter words with [A-Z] (I only want capital letters), but I haven't figured out a way to do it for paragraphs. Thanks, -- tj |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert to Symbols | Microsoft Word Help | |||
How do I add a single letter to the left of one bullet point? | Page Layout | |||
Flipping one single letter upside down. | Microsoft Word Help | |||
Problem saving Word Documents-saves as single letter | Microsoft Word Help | |||
How do I letter paragraphs (a, b, c,) automatically in Word? | Microsoft Word Help |