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 |
public Matches ( string subject, string regex, RegexOption option = DefaultOption ) : int | ||
subject | string | |
regex | string | |
option | RegexOption | |
Résultat | int |
public Matching ( string subject, string regex, RegexOption option = DefaultOption, int group ) : string | ||
subject | string | |
regex | string | |
option | RegexOption | |
group | int | |
Résultat | string |
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 |