Méthode | Description | |
---|---|---|
Exclude ( string expression ) : void |
Add a regular expression for exclusion from the set.
|
|
Include ( string expression ) : void |
Add a regular expression for inclusion in the set.
|
|
IsIncluded ( string s ) : bool |
Checks if the string is included in the set.
|
Méthode | Description | |
---|---|---|
Append ( List |
public Exclude ( string expression ) : void | ||
expression | string | |
Résultat | void |
public Include ( string expression ) : void | ||
expression | string | |
Résultat | void |