Method | Description | |
---|---|---|
RegexOptionsEx ( RegexOptions options ) : System | ||
RegexOptionsEx ( bool ignoreCase, bool multiline, bool explicitCapture, bool singleline, bool ignorePatternWhitespace, bool rightToLeft ) : System |
public RegexOptionsEx ( RegexOptions options ) : System | ||
options | RegexOptions | |
return | System |
public RegexOptionsEx ( bool ignoreCase, bool multiline, bool explicitCapture, bool singleline, bool ignorePatternWhitespace, bool rightToLeft ) : System | ||
ignoreCase | bool | |
multiline | bool | |
explicitCapture | bool | |
singleline | bool | |
ignorePatternWhitespace | bool | |
rightToLeft | bool | |
return | System |