Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
When using wildcards, Word should allow searching for paragraph marks.
As a workaround we may use the code ^13. Thanks. ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this suggestion, click the "I Agree" button in the message pane. If you do not see the button, follow this link to open the suggestion in the Microsoft Web-based Newsreader and then click "I Agree" in the message pane. http://www.microsoft.com/office/comm...ocmanagemen t |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Find with 'Use wildcards' follows the syntax for regular expressions, which
is an external standard, non-Microsoft and pre-dates Word. *Any* character can be represented by its code, not just character 013. This is not a work-around but part of the standard. "furia" wrote in message ... When using wildcards, Word should allow searching for paragraph marks. As a workaround we may use the code ^13. Thanks. ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this suggestion, click the "I Agree" button in the message pane. If you do not see the button, follow this link to open the suggestion in the Microsoft Web-based Newsreader and then click "I Agree" in the message pane. http://www.microsoft.com/office/comm...ocmanagemen t |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
What you say is true as far as it goes, but Microsoft screwed up in both
directions: - They didn't implement regular expressions completely. For example, they left out the ability to search for zero or more occurrences of an item -- that is, {0,} is not a valid part of a wildcard expression in VBA. - They didn't implement the codes ^p, ^t, etc. for Find.Text in a wildcard search, but those codes do work in the Find.Replacement.Text expression in the same search. -- Regards, Jay Freedman Microsoft Word MVP FAQ: http://word.mvps.org Jezebel wrote: Find with 'Use wildcards' follows the syntax for regular expressions, which is an external standard, non-Microsoft and pre-dates Word. *Any* character can be represented by its code, not just character 013. This is not a work-around but part of the standard. "furia" wrote in message ... When using wildcards, Word should allow searching for paragraph marks. As a workaround we may use the code ^13. Thanks. ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this suggestion, click the "I Agree" button in the message pane. If you do not see the button, follow this link to open the suggestion in the Microsoft Web-based Newsreader and then click "I Agree" in the message pane. http://www.microsoft.com/office/comm...ocmanagemen t |
#4
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
That's true. They also use minimal matching where true REs use maximal.
Still, I'd prefer it as-is than with more bells and whistles added. "Jay Freedman" wrote in message ... What you say is true as far as it goes, but Microsoft screwed up in both directions: - They didn't implement regular expressions completely. For example, they left out the ability to search for zero or more occurrences of an item -- that is, {0,} is not a valid part of a wildcard expression in VBA. - They didn't implement the codes ^p, ^t, etc. for Find.Text in a wildcard search, but those codes do work in the Find.Replacement.Text expression in the same search. -- Regards, Jay Freedman Microsoft Word MVP FAQ: http://word.mvps.org Jezebel wrote: Find with 'Use wildcards' follows the syntax for regular expressions, which is an external standard, non-Microsoft and pre-dates Word. *Any* character can be represented by its code, not just character 013. This is not a work-around but part of the standard. "furia" wrote in message ... When using wildcards, Word should allow searching for paragraph marks. As a workaround we may use the code ^13. Thanks. ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this suggestion, click the "I Agree" button in the message pane. If you do not see the button, follow this link to open the suggestion in the Microsoft Web-based Newsreader and then click "I Agree" in the message pane. http://www.microsoft.com/office/comm...ocmanagemen t |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Suddenly Normal.dot in Recently used file list & Paragraph marks in Headers & Footers? | Microsoft Word Help | |||
Formatting Problems - light gray paragraph marks appear | Microsoft Word Help | |||
paragraph marks affecting page layout | Page Layout | |||
Word 2003: Can one disable table styles? | Tables | |||
Paragraph marks how do I remove them from a word document? | Microsoft Word Help |