record TgoBsonRegularExpression
Unit
Grijjy.Bson
Declaration
type TgoBsonRegularExpression = record
Description
A BSON Regular Expression
Overview
Methods
Properties
property Pattern: String read GetPattern; |
property Options: String read GetOptions; |
Description
Methods
class function Create(const APattern: String): TgoBsonRegularExpression; overload; static; |
Creates a BSON Regular Expression.
Parameters
- APattern
- the regex pattern
Returns
The BSON Regular Expression |
class function Create(const APattern, AOptions: String): TgoBsonRegularExpression; overload; static; |
Creates a BSON Regular Expression.
Parameters
- APattern
- the regex pattern
- AOptions
- the regex options
Returns
The BSON Regular Expression |
Properties
property Pattern: String read GetPattern; |
The regex pattern
|
property Options: String read GetOptions; |
The regex options
|
Generated by P2PasDoc 0.13.0 on 2017-04-25 12:54:26
|