StringOrRegularExpression Type Conversions |
Name | Description | |
---|---|---|
![]() ![]() | Implicit(String to StringOrRegularExpression) |
Implicit conversion from string to StringOrRegularExpression.
|
![]() ![]() | Implicit(Regex to StringOrRegularExpression) |
Implicit conversion from Regex to StringOrRegularExpression.
|
![]() ![]() | Implicit(BsonRegularExpression to StringOrRegularExpression) |
Implicit conversion from BsonRegularExpression to StringOrRegularExpression.
|