C# Class RegularExpressionPlayground.Program

Exibir arquivo Open project: ProfessionalCSharp/ProfessionalCSharp6

Public Methods

Method Description
Find1 ( string text ) : void
Find2 ( string text ) : void
Groups ( ) : void
NamedGroups ( ) : void
WriteMatches ( string text, MatchCollection matches ) : void

Private Methods

Method Description
Main ( ) : void

Method Details

Find1() public static method

public static Find1 ( string text ) : void
text string
return void

Find2() public static method

public static Find2 ( string text ) : void
text string
return void

Groups() public static method

public static Groups ( ) : void
return void

NamedGroups() public static method

public static NamedGroups ( ) : void
return void

WriteMatches() public static method

public static WriteMatches ( string text, MatchCollection matches ) : void
text string
matches System.Text.RegularExpressions.MatchCollection
return void