Enum BSONRegularExpressionOptions
Namespace: Azos.Serialization.BSON
Assembly: Azos.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 |