[This is preliminary documentation and is subject to change.]
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[FlagsAttribute]
public enum BSONRegularExpressionOptions
[FlagsAttribute]
public enum BSONRegularExpressionOptions
<FlagsAttribute>
Public Enumeration BSONRegularExpressionOptions
<FlagsAttribute>
Public Enumeration BSONRegularExpressionOptions
[FlagsAttribute]
public enum class BSONRegularExpressionOptions
[FlagsAttribute]
public enum class BSONRegularExpressionOptions
[<FlagsAttribute>]
type BSONRegularExpressionOptions
[<FlagsAttribute>]
type BSONRegularExpressionOptions
| Member name | Value | Description |
---|
| None | 0 | |
| I | 1 | Insensitive matching |
| M | 16 | Multiline matching |
| X | 256 | Verbose mode |
| L | 4096 | Make \w, \W, etc. locale dependent |
| S | 65536 | Dotall mode ('.' matches everything) |
| U | 1048576 | Make \w, \W, etc. match unicode |