Unable to find string using Regex in Word 2010 -


i trying find string in word, can see 3 of strings in document. however, remaining 600+ of them not visible.

i'm trying search using (this regex in external tool used initially):

(abc-\d+) 

using tool search in word searched

(abc.*)  

and of results ended being form of following:

abcnormal    -13 

i don't have clue how find out means in context.

i tried searching in word following regex , doesn't find except 3 don't have "normal " thing.

abc?@[0-9]@  

that should mean abc number of characters , number of numbers.

i have tried turning on hidden text/etc within display options, paragraph icon on ribbon, think of.

any ideas how figure out how see is, , either fix it, or work around it?

in external tool [(abc)[^0-9]+(\d+)] worked, still don't understand how remove normal text in string not visible.

for example string visibly see

abc-13 

the text regex seeing

abcnormal      -13 


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -