BSONRegularExpressionOptions EnumerationNFX Class Library

[This is preliminary documentation and is subject to change.]

Namespace: NFX.Serialization.BSON
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[FlagsAttribute]
public enum BSONRegularExpressionOptions
Members

  Member nameValueDescription
None0
I1Insensitive matching
M16Multiline matching
X256Verbose mode
L4096Make \w, \W, etc. locale dependent
S65536Dotall mode ('.' matches everything)
U1048576Make \w, \W, etc. match unicode
See Also