Enum BSONRegularExpressionOptions
Namespace: NFX.Serialization.BSON
Assembly: NFX.dll
Syntax
[Flags]
public enum BSONRegularExpressionOptions
  Fields
| Name | Description | 
|---|---|
| I | Insensitive matching  | 
      
| L | Make \w, \W, etc. locale dependent  | 
      
| M | Multiline matching  | 
      
| None | |
| S | Dotall mode ('.' matches everything)  | 
      
| U | Make \w, \W, etc. match unicode  | 
      
| X | Verbose mode  |