RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Regular Expression Details

Title Test Find Pattern Title
Expression
^\[assembly: AssemblyVersion\(\"([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)
Description
using match.Result("$1.$2.$3.$4") will return the assembly version of a given c# AssemblyInfo.cs file
Matches
[assembly: AssemblyVersion("1.0.5.5")] | [assembly: AssemblyVersion("1.0.3.5")]|
Non-Matches
[assembly: AssemblyVersion("1.0.*")]
Author Rating: Not yet rated. Yosi Taguri
Source http://stronglytyped.com/weblog/NAntisarockingproject.html
Your Rating
Bad Good

Enter New Comment

Title

Name

Comment

Spammers suck - we apologize. Please enter the text shown below to enable your comment (not case sensitive - try as many times as you need to if the first ones are too hard):

Existing User Comments

Copyright © 2001-2024, RegexAdvice.com | ASP.NET Tutorials