Matches a makefile macro name in text, i.e. "$(field:name=value)" where field is any alpha-numeric + ('_', '-', or '.') text identifier returned from group "field". the "replace" group contains all after the identifier and before the last ')'. "name" and "value" groups match the name/value replacement pairs.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared ReadOnly MakefileMacro As Regex |
C# | |
---|
public static readonly Regex MakefileMacro |
Requirements
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
See Also