C# Class System.Text.RegularExpressions.Tests.RegexHelpers

Afficher le fichier Open project: mikedn/runtime Class Usage Examples

Méthodes publiques

Méthode Description
IsDefaultCount ( string input, RegexOptions options, int count ) : bool
IsDefaultStart ( string input, RegexOptions options, int start ) : bool

Method Details

IsDefaultCount() public static méthode

public static IsDefaultCount ( string input, RegexOptions options, int count ) : bool
input string
options RegexOptions
count int
Résultat bool

IsDefaultStart() public static méthode

public static IsDefaultStart ( string input, RegexOptions options, int start ) : bool
input string
options RegexOptions
start int
Résultat bool