C# Class Alphashack.Graphdat.Agent.SqlQueryHelper.Parser

Afficher le fichier Open project: alphashack/NET_graphdat Class Usage Examples

Méthodes publiques

Méthode Description
Matches ( string subject, string regex, RegexOption option = DefaultOption ) : int
Matching ( string subject, string regex, RegexOption option = DefaultOption, int group ) : string
Rewrite ( string query ) : string
Substitute ( string subject, string regex, string replace, RegexOption option = DefaultOption, int offset ) : string

Method Details

Matches() public méthode

public Matches ( string subject, string regex, RegexOption option = DefaultOption ) : int
subject string
regex string
option RegexOption
Résultat int

Matching() public méthode

public Matching ( string subject, string regex, RegexOption option = DefaultOption, int group ) : string
subject string
regex string
option RegexOption
group int
Résultat string

Rewrite() public méthode

public Rewrite ( string query ) : string
query string
Résultat string

Substitute() public méthode

public Substitute ( string subject, string regex, string replace, RegexOption option = DefaultOption, int offset ) : string
subject string
regex string
replace string
option RegexOption
offset int
Résultat string