Regular expression for Replace in Files
Hi Kinook,
I have a hard time trying to figure out what's wrong with my regex. I am removing lines in AssemblyInfo.cs that matches this regex: Code:
(.*)?\[assembly:(.*)?Assembly(FileVersion|Company|Copyright|InformationalVersion)(.*) Code:
Error expanding macros or script in property Find: (.*)?\ BR Lee |
Nevermind, figured it out myself. An extra [ to [ without removing \.
Code:
(.*)?\[[assembly:(.*)?Assembly(FileVersion|Company|Copyright|InformationalVersion)(.*) |
All times are GMT -5. The time now is 06:36 PM. |
Copyright © 1999-2023 Kinook Software, Inc.