Don’t restrict find text in Finding RO’s in word documents to not allow a space
This commit is contained in:
parent
6fbbc29317
commit
a28735c868
@ -1291,7 +1291,8 @@ namespace VEPROMS.CSLA.Library
|
|||||||
// [<] - Less-Than Character
|
// [<] - Less-Than Character
|
||||||
// [!<> ]@ - 1 or more characters not including Less-Than, Greater-Than or Space
|
// [!<> ]@ - 1 or more characters not including Less-Than, Greater-Than or Space
|
||||||
// - Dash
|
// - Dash
|
||||||
// [!<> ]@ - 1 or more characters not including Less-Than, Greater-Than or Space
|
// [!<>]@ - 1 or more characters not including Less-Than, Greater-Than.
|
||||||
|
// a space be included as part of the accessory page id (Callaway, EOP Addendum 37)
|
||||||
// [>] - Greater-Than Character
|
// [>] - Greater-Than Character
|
||||||
find.Text = "[<][!<> ]@-[!<>]@[>]";
|
find.Text = "[<][!<> ]@-[!<>]@[>]";
|
||||||
find.Wrap = LBWdFindWrap.wdFindContinue;
|
find.Wrap = LBWdFindWrap.wdFindContinue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user