C# Класс RegularExpressionPlayground.Program

Показать файл Открыть проект

Открытые методы

Метод Описание
Find1 ( string text ) : void
Find2 ( string text ) : void
Groups ( ) : void
NamedGroups ( ) : void
WriteMatches ( string text, MatchCollection matches ) : void

Приватные методы

Метод Описание
Main ( ) : void

Описание методов

Find1() публичный статический Метод

public static Find1 ( string text ) : void
text string
Результат void

Find2() публичный статический Метод

public static Find2 ( string text ) : void
text string
Результат void

Groups() публичный статический Метод

public static Groups ( ) : void
Результат void

NamedGroups() публичный статический Метод

public static NamedGroups ( ) : void
Результат void

WriteMatches() публичный статический Метод

public static WriteMatches ( string text, MatchCollection matches ) : void
text string
matches System.Text.RegularExpressions.MatchCollection
Результат void