OT: Help with regular expression

I am trying to write a regular express to help me find an issue our configurator.

In E10, inputs are reference by: Inputs.inputname.Value
I converted thousands of lines of code from ABL to C# and every once and a while, I would forget to add the .Value
In some cases, dealing with string concatenation, C# does not complain when the .Value is left off.

I would like to search my exported configurator for this pattern and I thought a regular expression would work best.

(Inputs[\.]\w+)[\.] gets me close but I can’t figure out how to get it to identify strings that do not have the second “.”

Any idea?


[cid:6c1853.png@21293b6a.4dba7390]


Joe Rojas
Director of Information Technology
(781) 408-9278 Mobile
(781) 573-0291 Local
(781) 232-5191 Fax


[http://matsinc.com/images/e-mail-signatures/tagline.jpg%5d
[http://matsinc.com/images/e-mail-signatures/graphics/logo_matsinc.png%5d<http://matsinc.com> [http://matsinc.com/images/e-mail-signatures/graphics/icon_twitter.png%5d <http://twitter.com/Mats_Inc> [http://matsinc.com/images/e-mail-signatures/graphics/icon_facebook.png%5d <http://www.facebook.com/commercial.flooring> [http://matsinc.com/images/e-mail-signatures/graphics/icon_youtube.png%5d <http://www.youtube.com/user/MatsIncTV> [http://matsinc.com/images/e-mail-signatures/graphics/icon_pinterest.png%5d <http://www.pinterest.com/contractfloors/> [http://matsinc.com/images/e-mail-signatures/graphics/icon_blog.png%5d <http://matsinc.com/blog>



[Non-text portions of this message have been removed]