메소드 | 설명 | |
---|---|---|
Create ( string comparator, bool isCaseSensitive, bool isRegex, bool isSingleLine, bool isMultiLine ) : IArticleComparer |
|
public static Create ( string comparator, bool isCaseSensitive, bool isRegex, bool isSingleLine, bool isMultiLine ) : IArticleComparer | ||
comparator | string | The test string |
isCaseSensitive | bool | Whether the comparison should be case sensitive |
isRegex | bool | Whether to employ regular expression matching when comparing the test string |
isSingleLine | bool | Whether to apply the regular expression Single Line option |
isMultiLine | bool | Whether to apply the regular expression Multi Line option |
리턴 | IArticleComparer |