메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
Append ( List |